mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update pc configuration
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
key = "74F3E176485BE7DA";
|
key = "74F3E176485BE7DA";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,17 +14,17 @@
|
|||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/2a32b00a-987f-4996-adca-afc5cc06ad25";
|
{ device = "/dev/disk/by-uuid/9d727e2d-2a6a-49ca-a5d2-02a7b4ab9205";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot" =
|
||||||
{ device = "/dev/disk/by-uuid/DF2A-3892";
|
{ device = "/dev/disk/by-uuid/036E-FD31";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-uuid/60d633ef-058a-4cc4-be78-af4aaba03566"; }
|
[ { device = "/dev/disk/by-uuid/d704c53e-0b60-4646-95b0-696255e932a9"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
|||||||
Reference in New Issue
Block a user