From 8f27e6e681f36f3358e4a6c93667e0deb6c886a9 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 12:34:00 +0200 Subject: [PATCH] chore: rename `laptop` -> `sakura` (2) --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index fef9267..73b2219 100644 --- a/flake.nix +++ b/flake.nix @@ -53,13 +53,13 @@ )]; specialArgs = { host="desktop"; inherit self inputs username ; }; }; - laptop = nixpkgs.lib.nixosSystem { + sakura = nixpkgs.lib.nixosSystem { inherit system; modules = [( - import ./hosts/laptop + import ./hosts/sakura agenix.nixosModules.default )]; - specialArgs = { host="laptop"; inherit self inputs username ; }; + specialArgs = { host="sakura"; inherit self inputs username ; }; }; vm = nixpkgs.lib.nixosSystem { inherit system;