Modified desktop configuration

This commit is contained in:
2024-06-20 12:56:01 +02:00
parent 7c8c81a9aa
commit 2c1e99608a
6 changed files with 75 additions and 53 deletions

View File

@@ -14,18 +14,17 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/60a347a6-cec9-4e0e-a179-f04285d6a649";
{ device = "/dev/disk/by-uuid/b4cefbc5-dd3d-4a4b-84d0-031b2ed7655c";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/154C-D14F";
{ device = "/dev/disk/by-uuid/9A7D-7464";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/ad0bc462-5a03-4d7a-a14b-d60fa6d85c89"; }
];
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