From 0f47fc2c37f644a2093ec904d8fc9e16ee2105c0 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 24 Dec 2024 15:06:18 -0500 Subject: Missed a few spots Signed-off-by: Andrew Opalach --- hardware/cmsb-001/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hardware') diff --git a/hardware/cmsb-001/configuration.nix b/hardware/cmsb-001/configuration.nix index ca0da74..53217cd 100644 --- a/hardware/cmsb-001/configuration.nix +++ b/hardware/cmsb-001/configuration.nix @@ -4,14 +4,14 @@ #"${modulesPath}/installer/sd-card/sd-image.nix" ]; - users.users.akiyo = { + users.users.naunet = { isNormalUser = true; uid = 1000; extraGroups = [ "wheel" "input" "audio" "video" "render" "disk" "cdrom" ]; }; security.sudo.extraRules = [ - { users = [ "akiyo" ]; commands = [ { command = "ALL"; options = [ "NOPASSWD" ]; } ]; } + { users = [ "naunet" ]; commands = [ { command = "ALL"; options = [ "NOPASSWD" ]; } ]; } ]; nix = { @@ -20,7 +20,7 @@ system-features = [ "big-parallel" ]; auto-optimise-store = true; download-buffer-size = 134217728; - trusted-users = [ "akiyo" ]; + trusted-users = [ "naunet" ]; }; gc.automatic = false; optimise.automatic = true; @@ -131,7 +131,7 @@ services.cage = { enable = true; - user = "akiyo"; + user = "naunet"; environment = { WLR_LIBINPUT_NO_DEVICES = "1"; }; -- cgit v1.2.3-101-g0448