create top-level switch whether a machine holds the application data
This commit is contained in:
parent
97fc20e251
commit
10dbccae97
2 changed files with 21 additions and 3 deletions
|
@ -38,9 +38,7 @@
|
|||
|
||||
nixosModule.lab = {
|
||||
disko.osDiskDevice = "/dev/sda";
|
||||
backups.enable = true;
|
||||
networking.allowDMZConnectivity = true;
|
||||
data-sharing.enable = true;
|
||||
dataHost.enable = true;
|
||||
|
||||
dataDisk = {
|
||||
enable = true;
|
||||
|
|
Reference in a new issue