From a982148ad25ef148840a7f8b0dddaa13201b1fc6 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 23 Dec 2024 22:45:47 +0100 Subject: [PATCH] fix: `sakura` -> `ichiyo` in `ichiyo`'s config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0174474..460d581 100644 --- a/flake.nix +++ b/flake.nix @@ -73,7 +73,7 @@ (import ./hosts/ichiyo) agenix.nixosModules.default ]; - specialArgs = { host="sakura"; inherit self inputs username ; }; + specialArgs = { host="ichiyo"; inherit self inputs username ; }; }; violet = nixpkgs.lib.nixosSystem { inherit system;