1
0
Fork 0

feat(nix): add hanni host

This commit is contained in:
Lucas Sta Maria 2025-11-20 17:25:43 -06:00
parent f482f4c14e
commit 2517bb8d6a
Signed by: lucas
GPG key ID: F07FB16A826E3B47
5 changed files with 604 additions and 1 deletions

View file

@ -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; };