diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-12-18 02:58:27 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-12-18 02:58:27 +0300 |
commit | 306f35c135251e0b6760ac191c3111b030727813 (patch) | |
tree | b2425f2d7b6a8bd4da80b886945c0f2a1b25c0df /nixosConfigurations/eonwe/default.nix | |
parent | 2023-12-15 (diff) |
2023-12-18
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index c8077b2..4977ba9 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -14,7 +14,6 @@ with lib; { wireguard.client.enable = true; - ipfs.enable = true; syncthing.enable = true; openssh.server.enable = true; |