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