nixos/estuary: Real hardware config

This commit is contained in:
2022-06-17 01:47:51 +01:00
parent 36d81cb656
commit f2e5707c6a
15 changed files with 76 additions and 74 deletions

View File

@@ -58,9 +58,7 @@
waitOnline = "no-carrier";
mac = "52:54:00:15:1a:53";
};
drives = mkMerge ([
installerDisk
] ++ (optionals (!config.my.build.isDevVM) [
drives = mkMerge ([ ] ++ (optionals (!config.my.build.isDevVM) [
(vmLVM "estuary" "esp")
(vmLVM "estuary" "nix")
(vmLVM "estuary" "persist")