vpn: move out of modules/

This commit is contained in:
colin 2022-11-22 03:46:25 +00:00
parent e408e77026
commit 9a6c83776d
3 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
imports = [
./hardware
./secrets.nix
./vpn.nix
];
sane.nixcache.enable-trusted-keys = true;

View File

@ -10,7 +10,6 @@
./ssh.nix
./system-packages.nix
./users.nix
./vpn.nix
];
# time.timeZone = "America/Los_Angeles";