mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
testbox: change default password
This commit is contained in:
parent
cd8c660ed8
commit
0c081ffc03
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
sconfig.gnome = true;
|
sconfig.gnome = true;
|
||||||
sconfig.desktop.enable = true;
|
sconfig.desktop.enable = true;
|
||||||
services.getty.autologinUser = "root";
|
users.users.sean.password = "sean";
|
||||||
system.stateVersion = "99.99";
|
system.stateVersion = "99.99";
|
||||||
|
|
||||||
virtualisation.memorySize = 4096;
|
virtualisation.memorySize = 4096;
|
||||||
|
|
Loading…
Reference in a new issue