2023-09-06 10:14:00 +10:00
|
|
|
{
|
|
|
|
imports = [
|
2023-09-24 08:57:55 +10:00
|
|
|
../shared/remote-builder.nix
|
2023-09-06 10:14:00 +10:00
|
|
|
];
|
|
|
|
|
|
|
|
users.users.nix = {
|
|
|
|
isNormalUser = true;
|
|
|
|
group = "nix";
|
|
|
|
home = "/var/lib/nix";
|
|
|
|
createHome = true;
|
|
|
|
};
|
|
|
|
users.groups.nix = { };
|
|
|
|
}
|