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;