mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 20:46:50 +01:00
12 lines
112 B
Nix
12 lines
112 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./home.nix
|
|
];
|
|
|
|
users.users.root = {
|
|
initialPassword = "password";
|
|
};
|
|
}
|
|
|