additional configuration
This commit is contained in:
+7
-1
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user