Added networking config and HDD config to media nixos config

This commit is contained in:
Random936
2024-07-06 10:18:37 -07:00
parent 1b82a3074a
commit a877d14081
3 changed files with 21 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
];
};
nixosConfigurations.media = nixpkgs.lib.nixosSystem {
nixosConfigurations."r330-media" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [