diff options
| author | 2024-12-24 15:06:18 -0500 | |
|---|---|---|
| committer | 2024-12-24 16:48:58 -0500 | |
| commit | 0f47fc2c37f644a2093ec904d8fc9e16ee2105c0 (patch) | |
| tree | f1c53412a307b058584c5a3f91bbd976e93b73d8 | |
| parent | 5206f05fdf77bb65c125ddb133cf46a59608c671 (diff) | |
| download | camu-0f47fc2c37f644a2093ec904d8fc9e16ee2105c0.tar.gz camu-0f47fc2c37f644a2093ec904d8fc9e16ee2105c0.tar.bz2 camu-0f47fc2c37f644a2093ec904d8fc9e16ee2105c0.zip | |
Missed a few spots
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | hardware/cmsb-001/configuration.nix | 8 | ||||
| -rw-r--r-- | subprojects/libalabaster.wrap | 2 | ||||
| -rw-r--r-- | subprojects/libnaunet.wrap | 2 | ||||
| -rw-r--r-- | subprojects/stela.wrap | 2 |
5 files changed, 8 insertions, 8 deletions
@@ -51,7 +51,7 @@ cd "$out/subprojects/libalabaster" ${lib.getExe meson} subprojects download c89atomic - cd "$out/subprojects/libakiyo" + cd "$out/subprojects/libnaunet" ${lib.getExe meson} subprojects download libev cd "$out" 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"; }; diff --git a/subprojects/libalabaster.wrap b/subprojects/libalabaster.wrap index c5e3d54..49f70eb 100644 --- a/subprojects/libalabaster.wrap +++ b/subprojects/libalabaster.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://git.akon.city/libalabaster -revision = ec924efb4168f906efe8978a6c083d63e550ae3f +revision = bb4d5418f2173bf9a2fa1c0be31c3eb9f2025a21 depth = 1 diff --git a/subprojects/libnaunet.wrap b/subprojects/libnaunet.wrap index 6db8ca9..df8a1f6 100644 --- a/subprojects/libnaunet.wrap +++ b/subprojects/libnaunet.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://git.akon.city/libnaunet -revision = 822e754cafdc5a32c80c97ca015cd6f9008329c3 +revision = f5df41d650ea03de846466c66a62d0517b22f375 depth = 1 diff --git a/subprojects/stela.wrap b/subprojects/stela.wrap index 6ec3529..a44296c 100644 --- a/subprojects/stela.wrap +++ b/subprojects/stela.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://git.akon.city/stela -revision = e413942a72a30eb373e6024941fa98d24c81d9d9 +revision = 6fe15ce0d41bd55331cac006134b61c1704775c3 depth = 1 |