add a backup server

This commit is contained in:
Andreas Zweili 2022-01-26 22:46:46 +01:00
parent 73e8d4002e
commit 0175f90c61
1 changed files with 8 additions and 0 deletions

View File

@ -197,6 +197,14 @@
./modules/pihole
./modules/unbound
];
backup = mkComputer
(mkVM
{ hostname = "backup"; ip = "10.7.89.117"; inherit self; })
./home-manager/headless.nix
[
./modules/restic-share
];
};
homeConfigurations = {
"${username}@co-ws-con4" = home-manager.lib.homeManagerConfiguration {