nix/vm: add alice to wheel
All checks were successful
Build and test / check (push) Successful in 1m30s
Build and test / build (push) Successful in 1m33s
Build and test / test (push) Successful in 1m46s
Build and test / docs (push) Successful in 3m55s

This commit is contained in:
2026-01-05 19:55:27 +09:00
parent 6c0dc775b1
commit d5420551de

View File

@@ -17,6 +17,8 @@ nixpkgs.lib.nixosSystem {
system.stateVersion = config.system.nixos.release;
virtualisation.graphics = false;
users.users.alice.extraGroups = [ "wheel" ];
services.getty.autologinUser = "alice";
users.motd = ''