host mu: use /etc/nixos/hosts

This commit is contained in:
tv 2015-03-24 19:01:49 +01:00
parent c1584bb797
commit be22f5b695

6
mu.nix
View File

@ -231,7 +231,11 @@ in
services.retiolum = { services.retiolum = {
enable = true; enable = true;
hosts = /krebs/hosts; hosts = /etc/nixos/hosts;
connectTo = [
"gum"
"pigstarter"
];
}; };
security.rtkit.enable = false; security.rtkit.enable = false;