From 0454e7b60f6b134c3799f3cb07868b90e6fbdf04 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 31 Dec 2022 02:45:59 +0000 Subject: [PATCH] Update pbp.nix --- systems/pbp.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/systems/pbp.nix b/systems/pbp.nix index dd8be05..a849db1 100644 --- a/systems/pbp.nix +++ b/systems/pbp.nix @@ -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;