Compare commits

..

2 Commits

Author SHA1 Message Date
3e891b176a Merge branch 'main' of https://git.coven.systems/autumn/nixos-conf
Some checks failed
Test Flake / test_flake (push) Failing after 31s
Test Flake / dry_build (push) Failing after 28s
Update Flake / update_flake (push) Successful in 23s
2026-02-04 21:46:13 -07:00
6f266500d0 authentik out for now 2026-02-04 21:45:53 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
../services/containerization/mealie-2.nix
../services/containerization/transtun.nix
../services/containerization/stirlingpdf.nix
../services/containerization/authentik.nix #teehee secrets in file, regenerate if lost
#../services/containerization/authentik.nix #teehee secrets in file, regenerate if lost
];
# Bootloader.

View File

@@ -49,6 +49,7 @@
};
filesystems = {
root = "/";
mediastore = "/srv/samba/hoardfrost/mainstore/media";
};
load_avg = {
format = "Load (1, 5, 15 min.): {one:.02}, {five:.02}, {fifteen:.02}";