chore: simplify home-manager target name
This commit is contained in:
parent
2dee9fc6fb
commit
8fd30ecb0a
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue