add borgstor

This commit is contained in:
2023-09-11 15:51:33 +03:00
parent 377030d0c0
commit 866347b042
5 changed files with 43 additions and 2 deletions

View File

@@ -449,7 +449,6 @@
inotify = "yes";
};
};
};
systemd.services = {

View File

@@ -20,7 +20,7 @@
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
boot.supportedFilesystems = [ "zfs" ];
boot.supportedFilesystems = ["zfs"];
boot.zfs.forceImportRoot = false;
powerManagement.cpuFreqGovernor = "ondemand";
@@ -62,6 +62,12 @@
services = {
node_exporter.enable = true;
borgstor = {
enable = true;
dataDir = "/data/borg";
sshKeys = [myData.hosts."vno1-oh2.servers.jakst".publicKey];
};
postfix = {
enable = true;
saslPasswdPath = config.age.secrets.sasl-passwd.path;