Update Deck hardware config

This commit is contained in:
Jimbo 2024-09-03 11:44:46 -04:00
parent 31772738ad
commit a8328887dc

View file

@ -35,11 +35,11 @@
# Mount everything as necessary # Mount everything as necessary
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-uuid/b29e4367-8b18-415b-ada9-4d7984db075b"; device = "/dev/disk/by-uuid/182b2841-88a8-4845-9a29-0c1cdc01102d";
fsType = "btrfs"; fsType = "btrfs";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/9DE4-C162"; device = "/dev/disk/by-uuid/10A5-1022";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
@ -47,7 +47,7 @@
# Set the swap partition # Set the swap partition
swapDevices = [ swapDevices = [
{ device = "/dev/disk/by-uuid/19d962f3-49f5-4fb6-9f11-07525c6cfff0"; } { device = "/dev/disk/by-uuid/552f8899-a255-4e2b-a22c-e361ceaa527a"; }
]; ];
# Enables DHCP on each ethernet and wireless interface. # Enables DHCP on each ethernet and wireless interface.