removing ssd from workstation
This commit is contained in:
parent
ffcde8309c
commit
b27c44fb97
@ -85,11 +85,6 @@
|
||||
keyFile = "/keyfile";
|
||||
preLVM = true;
|
||||
};
|
||||
luks.devices.hd = {
|
||||
device = "/dev/disk/by-uuid/59ac5e2e-cf50-4a23-94c8-d9f2fa13c805";
|
||||
keyFile = "/keyfile";
|
||||
preLVM = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
fileSystems =
|
||||
@ -114,7 +109,8 @@
|
||||
"space_cache=v2"
|
||||
"commit=120"
|
||||
"datacow"
|
||||
] ++ (if subvol == "nixos" then [ "noatime" ] else [ ]);
|
||||
]
|
||||
++ (if subvol == "nixos" then [ "noatime" ] else [ ]);
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user