add flake for nas

This commit is contained in:
mjallen18
2024-03-27 13:28:50 -05:00
parent 083a73e052
commit 8ebda096f4
3 changed files with 15 additions and 437 deletions

View File

@@ -46,6 +46,20 @@
];
};
# NAS
"jallen-nas" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./hosts/nas/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.matt = import ./hosts/nas/home.nix;
}
];
};
# mac nix
"mac-nixos" = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";