feat(amd): add rialo user with shared home config

Creates a second normal user `rialo` (uid 1001) on the amd system,
member of wheel/docker/dialout/tss and listed in nix.settings.trusted-users
so they can manage the Nix daemon. The home config imports harald@amd
and replicates the bash→fish auto-exec snippet (which lives in the NixOS
user module and only fires for the primary metacfg user).
This commit is contained in:
Harald Hoyer 2026-05-22 10:51:28 +02:00
parent db94498799
commit 169828ca08
3 changed files with 35 additions and 0 deletions

View file

@ -13,6 +13,7 @@ with lib.metacfg;
./acme.nix
./nginx.nix
./opencode.nix
./rialo.nix
];
powerManagement.cpuFreqGovernor = "performance";