nixos: Disk layout cleanup

This commit is contained in:
2022-06-06 15:53:57 +01:00
parent 6d3fa55a10
commit 4c2019299c
4 changed files with 12 additions and 21 deletions

View File

@@ -37,7 +37,7 @@
boot.loader.systemd-boot.configurationLimit = 20;
fileSystems = {
"/boot" = {
device = "/dev/disk/by-label/ESP";
device = "/dev/disk/by-uuid/83CA-3BCF";
fsType = "vfat";
};
"/nix" = {
@@ -59,6 +59,7 @@
environment.systemPackages = with pkgs; [
pciutils
partclone
];
systemd = {