nixos: open hardware for zrepl and prometheus
This commit is contained in:
parent
02d9d7d911
commit
e4b13361f3
|
@ -10,6 +10,7 @@
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
#boot.kernelParams = [ "nohibernate" ];
|
#boot.kernelParams = [ "nohibernate" ];
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
|
networking.firewall.allowedTCPPorts = [ 9091 ];
|
||||||
services.zrepl = {
|
services.zrepl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in New Issue