diff --git a/nix/vm.nix b/nix/vm.nix index 6c15a93..05ee275 100644 --- a/nix/vm.nix +++ b/nix/vm.nix @@ -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 = ''