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