host mu: use /etc/nixos/hosts

This commit is contained in:
tv 2015-03-24 19:01:49 +01:00
parent c1584bb797
commit be22f5b695
1 changed files with 5 additions and 1 deletions

6
mu.nix
View File

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