feat(stolas): enable admin module
This commit is contained in:
parent
5f9eac5700
commit
faccfad9e1
2 changed files with 9 additions and 6 deletions
|
@ -25,7 +25,7 @@ with lib;
|
|||
|
||||
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
|
||||
users.mutableUsers = mkDefault true;
|
||||
users.mutableUsers = true;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = mkDefault true;
|
||||
|
|
|
@ -83,11 +83,14 @@
|
|||
settings.max-jobs = lib.mkDefault 16;
|
||||
};
|
||||
|
||||
dadada.backupClient.gs.enable = false;
|
||||
dadada.backupClient.backup1.enable = true;
|
||||
dadada.backupClient.backup2 = {
|
||||
enable = true;
|
||||
repo = "u355513-sub5@u355513-sub5.your-storagebox.de:/home/backup";
|
||||
dadada = {
|
||||
admin.enable = true;
|
||||
backupClient.gs.enable = false;
|
||||
backupClient.backup1.enable = true;
|
||||
backupClient.backup2 = {
|
||||
enable = true;
|
||||
repo = "u355513-sub5@u355513-sub5.your-storagebox.de:/home/backup";
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue