diff --git a/README.md b/README.md index 9fc625eb..c554dd54 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Maybe add a wallpaper randomizer button via `sww img` ## Homelab general -* [ ] High Priority: +* [-] High Priority: * [ ] Replace AdguardHome with PiHole and GravitySync - * [ ] Fix mailserver / roundcube failing to authenticate + * [x] Fix mailserver / roundcube failing to authenticate * [ ] Fixes: * [ ] Migrate Forgejo sqlite db to MySQL * [ ] Alternatively, figure out why sqlite is taking so long to load @@ -83,9 +83,10 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [x] Jellyfin 10.9 * [-] Lower Priority: * [x] Jitsi - * [ ] Mealie - v1.6.0 + * [-] Mealie - v1.6.0 * [ ] Add OIDC config * [ ] Re-install - Migration isn't working + * [x] Add section to Authelia config * [x] Lemmy * [x] Atuin * [x] Forgejo Runner diff --git a/flake.nix b/flake.nix index eef859c0..76037fe2 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ framework-server = libx.mkHost { hostname = "framework-server"; }; nuc-server = libx.mkHost { hostname = "nuc-server"; }; nixos-desktop = libx.mkHost { hostname = "nixos-desktop"; unfree = true; desktop = "hyprland"; theme = "green"; }; - nixos-framework = libx.mkHost { hostname = "nixos-framework"; unfree = true; desktop = "hyprland"; theme = "tokyo-day"; }; + nixos-framework = libx.mkHost { hostname = "nixos-framework"; unfree = true; desktop = "hyprland"; theme = "stylix"; }; backups-rpi4 = libx.mkHost { hostname = "backups-rpi4"; system = "aarch64-linux"; type = "small"; }; piaware-rpi4 = libx.mkHost { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; }; quitman-rpi4 = libx.mkHost { hostname = "quitman-rpi4"; system = "aarch64-linux"; type = "small"; }; @@ -75,7 +75,7 @@ "albert@framework-server" = libx.mkHome { hostname = "framework-server"; }; "albert@nuc-server" = libx.mkHome { hostname = "nuc-server"; }; "albert@nixos-desktop" = libx.mkHome { hostname = "nixos-desktop"; desktop = "hyprland"; theme = "green"; }; - "albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "tokyo-day"; }; + "albert@nixos-framework" = libx.mkHome { hostname = "nixos-framework"; desktop = "hyprland"; theme = "stylix"; }; "albert@backups-rpi4" = libx.mkHome { hostname = "backups-rpi4"; system = "aarch64-linux"; type = "small"; }; "albert@piaware-rpi4" = libx.mkHome { hostname = "piaware-rpi4"; system = "aarch64-linux"; type = "small"; }; "albert@quitman-rpi4" = libx.mkHome { hostname = "quitman-rpi4"; system = "aarch64-linux"; type = "small"; };