Remilia: more updates

services: remove redundant nginx confs
and some very minor changes
This commit is contained in:
2022-03-09 11:24:16 +05:30
parent 53b18802dd
commit 26f2fdfd0c
4 changed files with 173 additions and 195 deletions

View File

@@ -4,7 +4,7 @@
git
htop
vim
wireguard
wireguard-tools
vault
tree-sitter
rnix-lsp
@@ -31,12 +31,11 @@
};
};
};
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';
trustedUsers = [ "root" ];
settings.trusted-users = [ "root" ];
};
}