diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-19 21:35:36 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-19 21:35:36 +0300 |
commit | 9e3f4268c87b0d1a64e9429ea173252a5f774ec5 (patch) | |
tree | 12896bfa12d7175a22c1e8091cfcc785112df12b /nixosConfigurations/yavanna | |
parent | 2023-02-19 (diff) |
2023-02-19
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/yavanna/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nixosConfigurations/yavanna/default.nix b/nixosConfigurations/yavanna/default.nix index 3073caa..84d4493 100644 --- a/nixosConfigurations/yavanna/default.nix +++ b/nixosConfigurations/yavanna/default.nix @@ -1,8 +1,4 @@ -{ - lib, - this, - ... -}: +{lib, ...}: with lib; { nixfiles.modules = { wireguard.client.enable = true; |