From fcddd3ba06088e235243d41395e40fd9e0107a76 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 1 Oct 2024 06:02:50 -0700 Subject: modules: move shared pc modules from desktop to pc --- modules/desktop/networking/pia.nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 modules/desktop/networking/pia.nix (limited to 'modules/desktop/networking/pia.nix') diff --git a/modules/desktop/networking/pia.nix b/modules/desktop/networking/pia.nix deleted file mode 100644 index d52dbf8..0000000 --- a/modules/desktop/networking/pia.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ secrets, ... }: -{ - services.pia = { - enable = true; - - authUserPass = { - inherit (secrets.pia) username password; - }; - }; -} -- cgit v1.2.3