aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/sachiel/configuration.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix
index 9ceda91..12ed70d 100644
--- a/hosts/sachiel/configuration.nix
+++ b/hosts/sachiel/configuration.nix
@@ -12,6 +12,7 @@
];
boot.tmp.cleanOnBoot = true;
+ boot.loader.grub.configurationLimit = 2;
zramSwap.enable = true;
networking = {
@@ -19,11 +20,6 @@
domain = "schererleander.de";
};
- security.sudo = {
- enable = true;
- wheelNeedsPassword = false;
- };
-
users.users.root.hashedPassword = "!";
users.mutableUsers = false;
users.users.${username} = {
@@ -48,7 +44,7 @@
system.autoUpgrade = {
enable = true;
- flake = "path:/home/${username}/nix#${host}";
+ flake = "github:schererleander/nix#${host}";
allowReboot = true;
rebootWindow = {