From d5420551de3d6ad886df92c2af1c2686a83671f1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 5 Jan 2026 19:55:27 +0900 Subject: [PATCH] nix/vm: add alice to `wheel` --- nix/vm.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = ''