1
0
Fork 0

Fix hera home-manager

This commit is contained in:
Malte Brandy 2021-08-03 20:50:05 +02:00
parent 7070c819da
commit b003fedccb
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -100,11 +100,11 @@ in
./roles/state.nix
];
hera = {
default = makeConfig "hera" [
default = makeConfig "hera" (on-my-machines ++ [
./roles/weechat
./roles/mail2rss.nix
./roles/headless-mpd.nix
./roles/headless.nix
];
]);
};
}