add nixnas config

This commit is contained in:
Clayton Hickey 2025-11-18 17:14:20 -05:00
parent e68c98b63c
commit 9a1e9e0c31
7 changed files with 411 additions and 3 deletions

View file

@ -25,6 +25,12 @@
./clhickey-nixos/configuration.nix
];
};
nixosConfigurations.nixnas = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
./nixnas/nixnas.nix
];
};
};
}