Nix configurations for my homelab
0

Configure Feed

Select the types of activity you want to include in your feed.

lutea: Remove ~/.mozilla symlink

This isn't needed anymore since Firefox now stores profiles in
`XDG_CONFIG_HOME`

+9 -10
+9 -9
flake.lock
··· 111 111 ] 112 112 }, 113 113 "locked": { 114 - "lastModified": 1768271922, 115 - "narHash": "sha256-zmFw7AtcmfMxW3vR7AiGeQQeHhdrd2x7a3hxzd6vJYI=", 114 + "lastModified": 1768434960, 115 + "narHash": "sha256-cJbFn17oyg6qAraLr+NVeNJrXsrzJdrudkzI4H2iTcg=", 116 116 "owner": "nix-community", 117 117 "repo": "home-manager", 118 - "rev": "fbd566923adcfa67be512a14a79467e2ab8a5777", 118 + "rev": "b4d88c9ac42ae1a745283f6547701da43b6e9f9b", 119 119 "type": "github" 120 120 }, 121 121 "original": { ··· 293 293 }, 294 294 "nixpkgs_2": { 295 295 "locked": { 296 - "lastModified": 1768250239, 297 - "narHash": "sha256-fvc9LRYGvnz+0E+KyGw4I3ODnytgrqdupB5yQxGyDiU=", 296 + "lastModified": 1768380750, 297 + "narHash": "sha256-V5drPOmaGA7bszxKxyViYEZyT2h6RYa/Ll+3aJL4Grs=", 298 298 "owner": "NixOS", 299 299 "repo": "nixpkgs", 300 - "rev": "b4582865299cf58f84d259734a7bacdeff6f2c64", 300 + "rev": "5961ffe0035b187988f499b19ad37c072ef9e4e9", 301 301 "type": "github" 302 302 }, 303 303 "original": { ··· 363 363 "rust-overlay": "rust-overlay" 364 364 }, 365 365 "locked": { 366 - "lastModified": 1768260809, 367 - "narHash": "sha256-6X0EuHQUDfJuVKho/1VgYngAdARiclMlnlxUZXaqGMc=", 366 + "lastModified": 1768438236, 367 + "narHash": "sha256-P/foxYJHe+BwHkKO5vWEdpE8sYVfBEg8hYaR8Up0zBc=", 368 368 "owner": "roc-lang", 369 369 "repo": "roc", 370 - "rev": "c33517ae60b79b990b16d62054925ebb525611b4", 370 + "rev": "41b76c3022d1a9a4199473a2b69e3fff99deac6c", 371 371 "type": "github" 372 372 }, 373 373 "original": {
-1
lutea/config.nix
··· 140 140 141 141 systemd.tmpfiles.settings."home-files" = { 142 142 "/home/mou/.barony".L.argument = "/home/mou/misc/games/barony"; 143 - "/home/mou/.mozilla".L.argument = "/home/mou/misc/.app-data/mozilla"; 144 143 "/home/mou/.ssh".L.argument = "/home/mou/misc/.app-data/ssh"; 145 144 "/home/mou/.var".L.argument = "/home/mou/misc/.app-data/flatpak-var"; 146 145 "/home/mou/dls".d = {