mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 10:16:33 +01:00
13 lines
112 B
Nix
13 lines
112 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
./home.nix
|
||
|
];
|
||
|
|
||
|
users.users.root = {
|
||
|
initialPassword = "password";
|
||
|
};
|
||
|
}
|
||
|
|