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"; };
|
||||
};
|
||||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue