Fixup profiles

This commit is contained in:
Tim Schubert 2020-12-30 17:32:44 +01:00
parent 8bb93c7af8
commit 7a9a35ed0f
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
5 changed files with 24 additions and 15 deletions

View file

@ -7,19 +7,14 @@ let
"media.local"
];
backups = "/mnt/storage/backup";
this = import ../.. {};
keys = ../../pkgs/keys/keys;
in {
imports = (lib.attrValues this.modules) ++ [
<nixpkgs/nixos/modules/profiles/minimal.nix>
imports = [
../../modules/profiles/base
];
dadada = {
admin.enable = true;
fileShare.enable = true;
admin.users = {
"dadada" = [ "${keys}/dadada.pub" ];
};
vpnServer.enable = true;
vpnServer.peers = {