From e8eb2145e7125e9e0cb280c14e68b4a29fd65a31 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 10 May 2023 15:13:50 +0200 Subject: [PATCH] Enable server profile on proxy --- machines/proxy/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/machines/proxy/configuration.nix b/machines/proxy/configuration.nix index 2e72cbd..1b0e031 100644 --- a/machines/proxy/configuration.nix +++ b/machines/proxy/configuration.nix @@ -6,7 +6,10 @@ ]; eboskma = { - users.erwin.enable = true; + users.erwin = { + enable = true; + server = true; + }; nix-common = { enable = true; remote-builders = true;