mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 11:52:52 +00:00
add filesystem
This commit is contained in:
parent
3a9abc89f9
commit
157e7143dc
1 changed files with 0 additions and 10 deletions
|
@ -43,16 +43,6 @@
|
|||
# "/crypto_keyfile.bin" = null;
|
||||
# };
|
||||
|
||||
fileSystems."/".options = ["noatime" "nodiratime" "discard"];
|
||||
# Enable swap on luks
|
||||
boot.initrd.luks.devices."luks-3b571a97-616b-4dd7-9abb-d1e0491d178a".device = "/dev/disk/by-uuid/3b571a97-616b-4dd7-9abb-d1e0491d178a";
|
||||
# boot.initrd.luks.devices."luks-c0ef1093-a74e-4491-8c73-0009d3377c19".keyFile = "/crypto_keyfile.bin";
|
||||
boot.initrd.luks.devices."luks-3b571a97-616b-4dd7-9abb-d1e0491d178a".allowDiscards = true;
|
||||
|
||||
# Allow discard on /
|
||||
boot.initrd.luks.devices."luks-a09877ce-f520-429a-9f3b-57b073e4d662".device = "/dev/disk/by-uuid/a09877ce-f520-429a-9f3b-57b073e4d662";
|
||||
boot.initrd.luks.devices."luks-a09877ce-f520-429a-9f3b-57b073e4d662".allowDiscards = true;
|
||||
|
||||
networking.hostName = "bridge"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
|
Loading…
Reference in a new issue