18 lines
205 B
Nix
18 lines
205 B
Nix
{ repoFlake
|
|
, nodeFlake
|
|
, pkgs
|
|
, lib
|
|
, config
|
|
, nodeName
|
|
, localDomainName
|
|
, system
|
|
, ...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
../steveej-x13s/configuration.nix
|
|
];
|
|
|
|
users.commonUsers.installPassword = "install";
|
|
}
|