Skip to content

Commit aac7d8b

Browse files
committed
Setup distributed builds
1 parent 1fa2c50 commit aac7d8b

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

hosts/desktops/vega/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
../default.nix
44
./hardware-configuration.nix
55

6-
../../../modules/nixos/dist_builds.nix
6+
../../../modules/nixos/distributed/client.nix
77

88
../../../modules/llms.nix
99
];

hosts/servers/pollux/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ in
2222
# ./stack-auth.nix
2323
./traefik.nix
2424
./vaultwarden.nix
25+
26+
../../../modules/nixos/distributed/server.nix
2527
];
2628

2729
boot = {
File renamed without changes.

modules/nixos/distributed/server.nix

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
users.users = {
3+
nixremote = {
4+
createHome = true;
5+
};
6+
};
7+
}

0 commit comments

Comments
 (0)