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"; };
};
homeConfigurations = {
"ephase@rick" = createHomeConfiguration { system = "aarch64-linux"; hostname = "rick";};
"ephase@luci" = createHomeConfiguration { system = "x86_64-linux"; hostname = "luci";};
"ephase@morty" = createHomeConfiguration { system = "x86_64-linux"; hostname = "morty";};
"ephase@mrmeeseeks" = createHomeConfiguration { system = "x86_64-linux"; hostname = "mrmeeseeks";};
"yorick-barbanneau@work" = createHomeConfiguration {
"rick" = createHomeConfiguration { system = "aarch64-linux"; hostname = "rick";};
"luci" = createHomeConfiguration { system = "x86_64-linux"; hostname = "luci";};
"morty" = createHomeConfiguration { system = "x86_64-linux"; hostname = "morty";};
"mrmeeseeks" = createHomeConfiguration { system = "x86_64-linux"; hostname = "mrmeeseeks";};
"work" = createHomeConfiguration {
system = "x86_64-linux";
hostname = "work";
username = "yorick-barbanneau";