Configure root

This commit is contained in:
jopejoe1 2023-08-21 18:40:42 +02:00
parent b2780fccf1
commit cda9a02a62
3 changed files with 98 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
imports = [
./home.nix
];
users.users.root = {
description = "root";
initialPassword = "password";
};
}