Remove home-manager configuration cannot eval in non-nixos machine
This commit is contained in:
parent
6a3473813d
commit
517ff4223d
1 changed files with 6 additions and 11 deletions
|
|
@ -63,17 +63,12 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
flake = {
|
flake = {
|
||||||
homeConfigurations =
|
homeConfigurations = lib.foldr (a: b: a // b) {} (
|
||||||
lib.foldr (a: b: a // b) {} (
|
[
|
||||||
map (hostName: mkHomeConfig {inherit hostName;}) [
|
# Hostname
|
||||||
"Tytonidae"
|
]
|
||||||
"Akun"
|
|> map (hostName: mkHomeConfig {inherit hostName;})
|
||||||
]
|
);
|
||||||
)
|
|
||||||
// mkHomeConfig {
|
|
||||||
hostName = "Cape";
|
|
||||||
unixName = "alice";
|
|
||||||
};
|
|
||||||
inherit homeModules;
|
inherit homeModules;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue