move out some common host settings to hosts/common.nix

This commit is contained in:
2025-01-08 22:14:14 -08:00
parent f30ff9962c
commit 79a0495760
8 changed files with 51 additions and 123 deletions

View File

@@ -17,6 +17,7 @@
system = "x86_64-linux";
modules = [
./modules
./hosts/common.nix
./hosts/Yura-PC
];
};
@@ -24,6 +25,7 @@
system = "x86_64-linux";
modules = [
./modules
./hosts/common.nix
./hosts/vm
];
};
@@ -34,6 +36,7 @@
system = "x86_64-linux";
modules = [
./modules
./hosts/common.nix
./hosts/vm
];
format = "proxmox";