summaryrefslogtreecommitdiff
path: root/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hardware')
-rw-r--r--hardware/cmsb-001/configuration.nix8
1 files changed, 4 insertions, 4 deletions
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";
};