enable nix-builder
This commit is contained in:
parent
9e0ca016d0
commit
256118c2b4
3 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
./services/wireguard-server
|
||||
aspect.modules.hercules-ci-agent
|
||||
aspect.modules.hyprspace
|
||||
aspect.modules.nix-builder
|
||||
]
|
||||
# TODO: fix users
|
||||
# ++ (import ../../users "server").groups.admin
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
aspect.modules.hercules-ci-agent
|
||||
aspect.modules.hyprspace
|
||||
aspect.modules.ipfs
|
||||
aspect.modules.nix-builder
|
||||
|
||||
|
||||
]
|
||||
|
|
|
@ -10,5 +10,7 @@
|
|||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBa9gDXWdp7Kqzbjz9Zchu91ZoYcBD6AbjvuktYA//yg"
|
||||
];
|
||||
group = "nix";
|
||||
};
|
||||
users.groups.nix = {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue