update system

This commit is contained in:
Noah Masur
2026-04-26 18:19:13 -04:00
parent a2a429d286
commit 7010d6cea3
3 changed files with 23 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ in
pkgs.duf # Basic disk information (df)
pkgs.jless # JSON viewer
pkgs.jo # JSON output
pkgs.mpd # TUI slideshows
pkgs.stable.mpd # TUI slideshows
pkgs.nixfmt # Format Nix code
pkgs.nmasur.jqr # FZF fq JSON tool
pkgs.nmasur.osc # Clipboard over SSH

View File

@@ -34,6 +34,7 @@ in
};
};
};
services.stalwart.stateVersion = config.system.stateVersion;
# Configure Cloudflare DNS to point to this machine
services.cloudflare-dyndns.domains = [ hostnames.contacts ];