summary refs log tree commit diff
path: root/hosts/vps/cfg.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-03-31 17:56:36 +0300
committertzlil <tzlils@protonmail.com>2023-03-31 17:56:36 +0300
commit977e7c795ab2ca3d2a226bdbebf4d5e7b3dad96c (patch)
tree1af4ee17e8f907157cbf8eb0dd91bc1ee97c9a53 /hosts/vps/cfg.nix
parentfbbd1a6ee7cb8f4a221b9ec77f714778eb4ae7f4 (diff)
completed hydrus setup, made ssh-agent autostart (wantedBy default.target)
Diffstat (limited to 'hosts/vps/cfg.nix')
-rw-r--r--hosts/vps/cfg.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vps/cfg.nix b/hosts/vps/cfg.nix
index 3c7787b..c902c53 100644
--- a/hosts/vps/cfg.nix
+++ b/hosts/vps/cfg.nix
@@ -12,6 +12,7 @@
     ../../mixins/cli.nix
     ./website.nix
     ./git.nix
+    ./hydrus.nix
   ];
 
   config = {
@@ -74,5 +75,7 @@
       enable = true;
       algorithm = "zstd";
     };
+
+    networking.networkmanager.enable = lib.mkForce false;
   };
 }