stylix: provide root access in testbeds (#362)
This allows restarting services and accessing protected files during testing.
This commit is contained in:
parent
98039f3331
commit
b5f4ca49df
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue