feat(nix): add hanni host
This commit is contained in:
parent
f482f4c14e
commit
2517bb8d6a
5 changed files with 604 additions and 1 deletions
10
flake.nix
10
flake.nix
|
|
@ -33,6 +33,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.hanni = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inputs = inputs; };
|
||||
modules = coreModules ++ [
|
||||
nixos-hardware.nixosModules.framework-16-7040-amd
|
||||
./nix/hosts/common/sys.nix
|
||||
./nix/hosts/hanni/sys.nix
|
||||
];
|
||||
};
|
||||
|
||||
nixosConfigurations.chaewon = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inputs = inputs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue