diff --git a/flake.nix b/flake.nix index e1b499d..08ebe65 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,7 @@ nextcloud = mksdImage "nextcloud"; pihole = mksdImage "pihole"; restic-server = mksdImage "restic-server"; + ttrss = mksdImage "ttrss"; }; nixosConfigurations = { gwyn = mkComputer { @@ -102,7 +103,7 @@ hostname = "restic-server"; inherit custom; }; - ttrss = mkComputer { + ttrss = mkRaspi { hostname = "ttrss"; inherit custom; }; diff --git a/systems/ttrss/default.nix b/systems/ttrss/default.nix index cfc8c88..a2682df 100644 --- a/systems/ttrss/default.nix +++ b/systems/ttrss/default.nix @@ -4,7 +4,7 @@ let in { imports = [ - (import "${custom.inputs.self}/systems/proxmox-vm" { + (import "${custom.inputs.self}/systems/raspi4" { ip = "10.7.89.115"; inherit custom hostname; })