chore: simplify home-manager target name

This commit is contained in:
Yorick Barbanneau 2024-10-12 22:22:00 +02:00
parent 2dee9fc6fb
commit 8fd30ecb0a

View file

@ -79,11 +79,11 @@
luci = createNixosSystem { system = "x86_64-linux"; hostname = "luci"; }; luci = createNixosSystem { system = "x86_64-linux"; hostname = "luci"; };
}; };
homeConfigurations = { homeConfigurations = {
"ephase@rick" = createHomeConfiguration { system = "aarch64-linux"; hostname = "rick";}; "rick" = createHomeConfiguration { system = "aarch64-linux"; hostname = "rick";};
"ephase@luci" = createHomeConfiguration { system = "x86_64-linux"; hostname = "luci";}; "luci" = createHomeConfiguration { system = "x86_64-linux"; hostname = "luci";};
"ephase@morty" = createHomeConfiguration { system = "x86_64-linux"; hostname = "morty";}; "morty" = createHomeConfiguration { system = "x86_64-linux"; hostname = "morty";};
"ephase@mrmeeseeks" = createHomeConfiguration { system = "x86_64-linux"; hostname = "mrmeeseeks";}; "mrmeeseeks" = createHomeConfiguration { system = "x86_64-linux"; hostname = "mrmeeseeks";};
"yorick-barbanneau@work" = createHomeConfiguration { "work" = createHomeConfiguration {
system = "x86_64-linux"; system = "x86_64-linux";
hostname = "work"; hostname = "work";
username = "yorick-barbanneau"; username = "yorick-barbanneau";