Compare commits

..

No commits in common. "1771fba57b5ced7e86070779fffd66aec08366b3" and "21879ac0cc21db623e00287d1ec9ba658ba235e7" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -74,12 +74,8 @@
TERMINAL = "alacritty"; TERMINAL = "alacritty";
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";
}; etc = {
etc = { "etc/fail2ban/filter.d/gitea.conf".source = ../modules/services/server/fail2ban/filter/gitea.conf;
"fail2ban/filter.d/gitea.conf" = {
source = ../modules/services/server/fail2ban/filter/gitea.conf;
mode = "0444";
};
}; };
systemPackages = with pkgs; [ # Default packages install system-wide systemPackages = with pkgs; [ # Default packages install system-wide
vim vim
@ -125,6 +121,7 @@
findtime = 3600 findtime = 3600
bantime = 900 bantime = 900
action = iptables-allports action = iptables-allports
filter = gitea
''; '';
}; };
}; };

View File

@ -153,7 +153,6 @@
# #
# Flatpak # Flatpak
#obs-studio # Recording/Live Streaming #obs-studio # Recording/Live Streaming
super-slicer-latest
]; ];
file.".config/wall".source = ../modules/themes/wall.jpg; file.".config/wall".source = ../modules/themes/wall.jpg;
file.".config/lockwall".source = ../modules/themes/lockwall.jpg; file.".config/lockwall".source = ../modules/themes/lockwall.jpg;

View File

@ -27,5 +27,4 @@ in
}; };
}; };
users.users.root.initialPassword = "babablup"; users.users.root.initialPassword = "babablup";
system.stateVersion = "23.11";
} }