Add host xcy
This commit is contained in:
parent
689787372f
commit
fb0c6eb80b
5 changed files with 256 additions and 0 deletions
18
flake.nix
18
flake.nix
|
|
@ -198,6 +198,24 @@
|
|||
];
|
||||
};
|
||||
|
||||
xcy = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs outputs;
|
||||
pkgs-unstable = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
};
|
||||
};
|
||||
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
./hosts/xcy
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue