add lorri and direnv

This commit is contained in:
cswimr 2024-11-18 14:27:31 -05:00
parent 54fcd874f1
commit 9f5bae49e4
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
4 changed files with 17 additions and 5 deletions

View file

@ -18,17 +18,17 @@
fsType = "ext4";
};
fileSystems."/bulk" =
{ device = "/dev/disk/by-uuid/3b8e0789-def6-45dd-8eff-7b55b74569ce";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/484E-279A";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/bulk" =
{ device = "/dev/disk/by-uuid/3b8e0789-def6-45dd-8eff-7b55b74569ce";
fsType = "ext4";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/4eab8c8f-85c5-4a04-a03c-e111ada06ec0"; }
];