stylix: provide root access in testbeds (#362)

This allows restarting services and accessing protected files during testing.
This commit is contained in:
Daniel Thwaites 2024-05-12 13:22:39 +01:00 committed by GitHub
parent 98039f3331
commit b5f4ca49df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,11 @@ let
description = "Guest";
hashedPassword = "";
isNormalUser = true;
extraGroups = [ "wheel" ];
};
security.sudo.wheelNeedsPassword = false;
# The state version can safely track the latest release because the disk
# image is ephermal.
system.stateVersion = config.system.nixos.release;