Marisa: add builder and misc changes

This commit is contained in:
2021-07-21 20:17:32 +05:30
parent 66075be40a
commit 7dffa41ae2
5 changed files with 22 additions and 14 deletions

View File

@@ -6,7 +6,6 @@
vim
wireguard
vault
tree-sitter
];
programs = {
zsh = {
@@ -29,7 +28,9 @@
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command ca-references flakes
builders-use-substitutes = true
'';
trustedUsers = [ "root" ];
};
documentation.enable = false;
}