mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
vm : another systemd test
This commit is contained in:
parent
b81eb6fa54
commit
fcfb3e50b1
3 changed files with 29 additions and 12 deletions
|
@ -2,8 +2,8 @@
|
|||
description = "My nix setup";
|
||||
inputs = {
|
||||
|
||||
# nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nikstur/nixpkgs/systemd-256";
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs-systemd-256.url = "github:nikstur/nixpkgs/systemd-256";
|
||||
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
|
@ -51,6 +51,7 @@
|
|||
outputs =
|
||||
{ self
|
||||
, nixpkgs
|
||||
, nixpkgs-systemd-256
|
||||
, home-manager
|
||||
, dns
|
||||
, nix-index-database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue