enable nix-builder

This commit is contained in:
Max Headroom 2022-05-16 23:13:57 +02:00
parent 9e0ca016d0
commit 256118c2b4
3 changed files with 4 additions and 0 deletions

View file

@ -44,6 +44,7 @@
./services/wireguard-server ./services/wireguard-server
aspect.modules.hercules-ci-agent aspect.modules.hercules-ci-agent
aspect.modules.hyprspace aspect.modules.hyprspace
aspect.modules.nix-builder
] ]
# TODO: fix users # TODO: fix users
# ++ (import ../../users "server").groups.admin # ++ (import ../../users "server").groups.admin

View file

@ -15,6 +15,7 @@
aspect.modules.hercules-ci-agent aspect.modules.hercules-ci-agent
aspect.modules.hyprspace aspect.modules.hyprspace
aspect.modules.ipfs aspect.modules.ipfs
aspect.modules.nix-builder
] ]

View file

@ -10,5 +10,7 @@
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBa9gDXWdp7Kqzbjz9Zchu91ZoYcBD6AbjvuktYA//yg" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBa9gDXWdp7Kqzbjz9Zchu91ZoYcBD6AbjvuktYA//yg"
]; ];
group = "nix";
}; };
users.groups.nix = {};
} }