From 684705dc02ed1408f13265b3c68647b4b3535084 Mon Sep 17 00:00:00 2001 From: kalle Date: Mon, 6 Apr 2026 15:23:04 +0000 Subject: [PATCH] 2026-04-06T15:23:04+00:00 --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 39ff004..08d64e1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,6 +8,11 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/vda"; + nix.settings = { + trusted-users = [ "root" "kalle" ]; + allowed-users = [ "root" "kalle" ]; + }; + fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4";