Fixup profiles
This commit is contained in:
parent
8bb93c7af8
commit
7a9a35ed0f
5 changed files with 24 additions and 15 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue