add a config for rss-bridge

This commit is contained in:
Andreas Zweili 2022-01-24 18:12:36 +01:00
parent e7133bba0f
commit 412ae9045e
1 changed files with 8 additions and 0 deletions

View File

@ -137,6 +137,14 @@
[
./modules/docker
];
rss-bridge = mkComputer
(mkVM
{ hostname = "rss-bridge"; ip = "10.7.89.111"; inherit self; })
./home-manager/headless.nix
[
./modules/docker
];
};
homeConfigurations = {
"${username}@co-ws-con4" = home-manager.lib.homeManagerConfiguration {