mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-28 01:31:03 +01:00
ZeNixComputa: Use decrypted longstorage
This commit is contained in:
parent
5c0f9b0e3e
commit
2f128103ad
1 changed files with 4 additions and 4 deletions
|
|
@ -32,10 +32,10 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
# fileSystems."/longstorage" = {
|
||||
# device = "/dev/disk/by-uuid/15a593ec-7197-46f8-aeeb-004f1f3322e2";
|
||||
# fsType = "btrfs";
|
||||
# };
|
||||
fileSystems."/longstorage" = {
|
||||
device = "/dev/disk/by-uuid/15a593ec-7197-46f8-aeeb-004f1f3322e2";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/3d5336f6-63c8-47ef-91ed-8e605e4fb875";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue