it seems to be doing better
This commit is contained in:
parent
43852255a4
commit
8d2acc4870
8 changed files with 49 additions and 54 deletions
9
users/root/configuration.nix
Normal file
9
users/root/configuration.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, settings, ... } @ args:
|
||||
{
|
||||
users.users.root = {
|
||||
initialPassword = "password1";
|
||||
};
|
||||
|
||||
## TODO github ssh key... etc
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue