Update pbp.nix

This commit is contained in:
Aaron Honeycutt 2022-12-31 02:45:59 +00:00
parent 851c446e19
commit 0454e7b60f

View file

@ -12,11 +12,12 @@
boot.loader = {
efi = {
canTouchEfiVariables = true;
canTouchEfiVariables = false;
};
grub = {
enable = true;
efiInstallAsRemovable = true;
efiSupport = true;
version = 2;
device = "nodev";
@ -61,14 +62,6 @@
};
};
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "btrfs";
options = [ "noatime" ];
};
};
networking = {
hostName = "pbp";
networkmanager.enable = true;