additional configuration

This commit is contained in:
2025-06-07 15:31:09 -05:00
parent 08a4888699
commit 59777d1c93
4 changed files with 34 additions and 7 deletions
+7 -1
View File
@@ -14,10 +14,16 @@
efiSupport = true;
efiInstallAsRemovable = true;
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }
{
devices = [ "nodev" ];
path = "/boot";
}
];
};
# needed to allowOther in home.nix
programs.fuse.userAllowOther = true;
networking.hostName = "nixos";
networking.hostId = "4cb9fc76";