mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 02:06:33 +01:00
add test user
This commit is contained in:
parent
e49e37d36f
commit
04d832b34f
1 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,13 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
users.users.test = {
|
||||
isNormalUser = true;
|
||||
description = "Test";
|
||||
password = "test";
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
boot.initrd.systemd.enable = true;
|
||||
programs.captive-browser = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue