added config for remote acess pi.

This pi will be used to acesss the offsite backup location through
tailscale and ssh.
This commit is contained in:
Gabe Venberg 2024-07-23 11:24:15 -05:00
parent 0bb1f38a63
commit e7ca693b77
4 changed files with 126 additions and 3 deletions

View file

@ -48,6 +48,8 @@
flake = false;
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# just for follows statements
flake-utils.url = "github:numtide/flake-utils";
flake-compat.url = "github:edolstra/flake-compat";