updating some stuff, trying to get woodpecker, and grafana alerts off

the ground
This commit is contained in:
Anish Lakhwara
2022-12-10 01:48:26 +10:00
parent 12875ff891
commit e7bfe88dcf
7 changed files with 619 additions and 3 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
services.NetworkManager-wait-online.wantedBy = pkgs.lib.mkForce [ ]; # Normally ["network-online.target"]
};
programs.gnupg.agent.pinentryFlavor = "gtk2";
programs.gnupg.agent.enable = true;
programs.gnupg.agent.pinentryFlavor = "gnome3";
fileSystems."/mnt/ftp" = {
device = "192.168.1.240:/home/ftp";