add a config for ttrss server

This commit is contained in:
Andreas Zweili 2022-01-24 17:00:02 +01:00
parent f76ffbc24f
commit 042a717381
1 changed files with 8 additions and 0 deletions

View File

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