just some more modifications

This commit is contained in:
2024-09-26 15:49:21 -05:00
parent 51e7f52bb0
commit d05bf45a13
7 changed files with 178 additions and 297 deletions

View File

@@ -14,20 +14,17 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/02f01d24-1b9e-461d-a04d-ed96956965b8";
{ device = "/dev/disk/by-uuid/f0d6eecb-87d2-44bd-b0b8-913fdd21900a";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-3ec9ede1-2243-4b13-b844-65e4d52bb8ad".device = "/dev/disk/by-uuid/3ec9ede1-2243-4b13-b844-65e4d52bb8ad";
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/635E-26F4";
{ device = "/dev/disk/by-uuid/D16C-97D4";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/d6ee62ed-d698-417c-98d1-65f5c18b22c0"; }
];
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's