mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds daisy host to flake
This commit is contained in:
parent
0547c948ab
commit
ff942eb88a
1 changed files with 10 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -128,6 +128,16 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
daisy = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/daisy)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "daisy";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue