diff options
author | Karel Kočí <cynerd@email.cz> | 2024-12-31 11:02:46 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-12-31 11:02:46 +0100 |
commit | 08b01b7ff77a60c11cc7df44d564091e873c7abd (patch) | |
tree | f1d5ac456da2e1764a6fff5c3ace3c97d89482bb /nixos/configurations/lipwig.nix | |
parent | 3fa889d41893ae35abb9801ccc1b60701459cc15 (diff) | |
download | nixos-personal-08b01b7ff77a60c11cc7df44d564091e873c7abd.tar.gz nixos-personal-08b01b7ff77a60c11cc7df44d564091e873c7abd.tar.bz2 nixos-personal-08b01b7ff77a60c11cc7df44d564091e873c7abd.zip |
nixos: remove albert and old openvpn
I am now using only wireguard and Albert is effectively dead as I am no
longer using that laptop.
Diffstat (limited to 'nixos/configurations/lipwig.nix')
-rw-r--r-- | nixos/configurations/lipwig.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/configurations/lipwig.nix b/nixos/configurations/lipwig.nix index 5eadbd5..6001cc6 100644 --- a/nixos/configurations/lipwig.nix +++ b/nixos/configurations/lipwig.nix @@ -24,7 +24,6 @@ baseDir = "/nas"; }; wireguard = true; - openvpn.oldpersonal = true; borgjobs = { postgresql.dumpCommand = pkgs.writeScript "postgreqsl-backup.sh" '' /run/wrappers/bin/sudo -u postgres /run/current-system/sw/bin/pg_dumpall |