Add colmena apply stage

This commit is contained in:
fi 2023-07-13 20:56:30 +02:00
parent 62240918ee
commit 5431b79cd3
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
5 changed files with 29 additions and 7 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
../../users/colmena-deploy
../../users/yuri
];
@ -14,7 +15,7 @@
security.sudo.wheelNeedsPassword = false;
nix.settings = {
trusted-users = [ "@wheel" ];
trusted-users = [ "colmena-deploy" ];
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
};