diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-02 17:52:38 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-02 17:52:48 +0100 |
commit | 5d09c258bca0ca82bdd3645fd40c2f78505299a2 (patch) | |
tree | 001f8c679d602319c64371dc5c85823b6b7dbea4 | |
parent | fde6ebf386e7e8d33389219b58d6e69c5bfa8245 (diff) | |
download | user-config-5d09c258bca0ca82bdd3645fd40c2f78505299a2.tar.gz user-config-5d09c258bca0ca82bdd3645fd40c2f78505299a2.zip |
move tailscale & add rclone config
-rw-r--r-- | nixos/common.nix | 2 | ||||
-rw-r--r-- | nixos/kusanagi.nix | 2 | ||||
-rw-r--r-- | nixpkgs/kusanagi.nix | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index cef240b..d2f4ff9 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -319,6 +319,8 @@ }; }; + services.tailscale.enable = true; + services.tor = { enable = true; client.enable = true; diff --git a/nixos/kusanagi.nix b/nixos/kusanagi.nix index fe43be6..1792548 100644 --- a/nixos/kusanagi.nix +++ b/nixos/kusanagi.nix @@ -143,8 +143,6 @@ in virtualisation.docker.enable = true; virtualisation.virtualbox.host.enable = true; - services.tailscale.enable = true; - # ---- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; diff --git a/nixpkgs/kusanagi.nix b/nixpkgs/kusanagi.nix index b3a20bd..5508965 100644 --- a/nixpkgs/kusanagi.nix +++ b/nixpkgs/kusanagi.nix @@ -16,6 +16,7 @@ in { } mkdir -p ~/.local/share + mkdir -p ~/.config/rclone mklink /Z/lx/Downloads ~/Downloads @@ -23,6 +24,7 @@ in { mklink /Z/lx/app/pass ~/.password-store mklink /Z/lx/app/thunderbird ~/.thunderbird mklink /Z/lx/app/cargo ~/.cargo + mklink /Z/lx/app/rclone/rclone.conf ~/.config/rclone/rclone.conf mklink /Z/lx/app/arduino/Arduino ~/Arduino mklink /Z/lx/app/arduino/.arduino15 ~/.arduino15 |