From b21c6adcccdf9b011fb296712f2ea7e14a9a6e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 20 Jun 2024 15:06:00 +0200 Subject: [PATCH] tahina, tabula: update --- flake.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9e86e91..f559fa4 100644 --- a/flake.nix +++ b/flake.nix @@ -106,6 +106,8 @@ zaatar = "root@zaatar"; makanek = "root@makanek"; manakish = "root@manakish"; + tahina = "root@tahina"; + tabula = "root@tabula"; kabsa = "root@kabsa"; fatteh = "root@fatteh"; }; @@ -240,16 +242,18 @@ nur.nixosModules.nur ]; }; - tahina = nixpkgs.lib.nixosSystem { + tahina = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; + specialArgs = niveumSpecialArgs system; modules = [ systems/tahina/configuration.nix agenix.nixosModules.default retiolum.nixosModules.retiolum ]; }; - tabula = nixpkgs.lib.nixosSystem { + tabula = nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; + specialArgs = niveumSpecialArgs system; modules = [ systems/tabula/configuration.nix agenix.nixosModules.default