all repos — flake @ 0a0cde17e7033150e83a4b8da5da10f93cab0a3a

got my cool flake

fix user ids for both machines
vi did:web:vt3e.cat
Tue, 05 May 2026 21:00:51 +0100
commit

0a0cde17e7033150e83a4b8da5da10f93cab0a3a

parent

9c06aaf53f0d8a2255916e32043b6f3fabc9d5f7

3 files changed, 2 insertions(+), 1 deletions(-)

jump to
M hosts/common/users.nixhosts/common/users.nix

@@ -5,7 +5,6 @@ mutableUsers = false;

users = { apr = { - uid = 1001; initialPassword = "pass"; isNormalUser = true; extraGroups = [
M hosts/dahlia/default.nixhosts/dahlia/default.nix

@@ -107,5 +107,6 @@ setSocketVariable = true;

}; }; + users.users.apr.uid = 1001; system.stateVersion = "25.11"; }
M hosts/ivy/default.nixhosts/ivy/default.nix

@@ -42,5 +42,6 @@ };

}; security.sudo.wheelNeedsPassword = false; + users.users.apr.uid = 1000; system.stateVersion = "25.11"; }