mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-08 05:49:23 +02:00
Configure root
This commit is contained in:
parent
b2780fccf1
commit
cda9a02a62
3 changed files with 98 additions and 0 deletions
13
modules/users/root/default.nix
Normal file
13
modules/users/root/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
|
||||
users.users.root = {
|
||||
description = "root";
|
||||
initialPassword = "password";
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue