From f0b590c29eb0835ee345db01d51fc2d94cb72967 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 13 Sep 2023 13:45:22 +0000 Subject: [PATCH] hosts: homes: mousqueton: use new name I renamed my cloudtop to follow the usual schema (and because `cloudtop` was not available...) :-). --- flake/home-manager.nix | 2 +- .../{ambroisie@ambroisie => ambroisie@mousqueton}/default.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hosts/homes/{ambroisie@ambroisie => ambroisie@mousqueton}/default.nix (100%) diff --git a/flake/home-manager.nix b/flake/home-manager.nix index c55c8dd..2c5b65a 100644 --- a/flake/home-manager.nix +++ b/flake/home-manager.nix @@ -40,7 +40,7 @@ let }; hosts = { - "ambroisie@ambroisie" = "x86_64-linux"; # Unfortunate naming here... + "ambroisie@mousqueton" = "x86_64-linux"; }; in { diff --git a/hosts/homes/ambroisie@ambroisie/default.nix b/hosts/homes/ambroisie@mousqueton/default.nix similarity index 100% rename from hosts/homes/ambroisie@ambroisie/default.nix rename to hosts/homes/ambroisie@mousqueton/default.nix