disable backups for now
This commit is contained in:
parent
821ad26026
commit
fb56d05754
2 changed files with 7 additions and 3 deletions
|
@ -79,6 +79,8 @@ in
|
||||||
samba.enable = true;
|
samba.enable = true;
|
||||||
samba.shares = import ./config/samba-shares.nix { };
|
samba.shares = import ./config/samba-shares.nix { };
|
||||||
samba.extraConfig = import ./config/samba-config.nix { };
|
samba.extraConfig = import ./config/samba-config.nix { };
|
||||||
|
resticBackup.local.enable = false;
|
||||||
|
resticBackup.remote.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -66,6 +66,8 @@
|
||||||
mySystem = {
|
mySystem = {
|
||||||
purpose = "Production";
|
purpose = "Production";
|
||||||
system.motd.networkInterfaces = [ "enp2s0" "wlp3s0" ];
|
system.motd.networkInterfaces = [ "enp2s0" "wlp3s0" ];
|
||||||
|
system.resticBackup.local.enable = false;
|
||||||
|
system.resticBackup.remote.enable = false;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
podman.enable = true;
|
podman.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue