Update eos configuration
This commit is contained in:
@ -17,7 +17,6 @@ with lib.my;
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
use-xdg-base-directories = true
|
||||
'';
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/F04B-76EA";
|
||||
{ device = "/dev/disk/by-uuid/28E6-5509";
|
||||
fsType = "vfat";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user