updated outdated packages

This commit is contained in:
2026-03-06 11:43:32 -06:00
parent 09ce6e8385
commit e67fef017b

View File

@@ -128,7 +128,7 @@ in
gnome-tweaks
papirus-icon-theme
ranger
neofetch
fastfetch
gedit
matrix-synapse
openssl
@@ -156,7 +156,6 @@ in
element-desktop
wp-cli
axel
];
programs.nixvim = {
@@ -170,10 +169,9 @@ in
programs.fish = {
enable = true;
promptInit = "neofetch";
promptInit = "fastfetch";
};
####### CADDY #######
services.caddy = {
enable = true;
@@ -252,10 +250,9 @@ in
mode = "770";
owner = "matrix-synapse";
group = "matrix-synapse";
};
###### CREATE DATABASE (WORDPRESS, MATRIX_SYNAPSE, AND NEXTCLOUD) #######
services.postgresql = {
enable = true;
@@ -302,17 +299,9 @@ in
''
;
####### KEEP AWAKE for DISPLAY and HEADLESS #######
services.displayManager.gdm.autoSuspend = false;
systemd.sleep.extraConfig = ''
AllowSuspend=no
AllowHibernation=no
AllowHybridSleep=no
AllowSuspendThenHibernate=no
'';
####### BACKUP TO INTERNAL DRIVE #######
services.rsnapshot = {