From 0e694de1578e716c779fe176497b903b45b15d3b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 9 Nov 2022 01:20:52 +0100 Subject: [PATCH] Switch ttrss to ARM --- flake.nix | 3 ++- systems/ttrss/default.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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; })