mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update pbp.nix
This commit is contained in:
parent
851c446e19
commit
0454e7b60f
1 changed files with 2 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue