Add colmena apply stage
This commit is contained in:
parent
62240918ee
commit
5431b79cd3
5 changed files with 29 additions and 7 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue