From d20945d5f3e8838f313d7faa3988d66152bfba0d Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Tue, 3 Sep 2024 16:07:03 +0200 Subject: [PATCH] host-rename --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index dde0205..4f8e669 100644 --- a/flake.nix +++ b/flake.nix @@ -39,13 +39,13 @@ forAllSystems (system: import ./pkgs nixpkgs.legacyPackages.${system}); overlays = import ./overlays {inherit inputs;}; nixosConfigurations = { - m3-kratos = nixpkgs.lib.nixosSystem { + m3-kratos-vm = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [./hosts/m3-kratos]; }; }; homeConfigurations = { - "m3tam3re@m3tam3re" = home-manager.lib.homeManagerConfiguration { + "m3tam3re@m3-kratos-vm" = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages."x86_64-linux"; extraSpecialArgs = {inherit inputs outputs;}; modules = [./home/m3tam3re/m3tam3re.nix];