From 8b2c633d817413f7f29d06bfffc4d496661dc4ed Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 6 Aug 2024 13:50:54 +0900 Subject: [PATCH] Uninstall OneDrive from NixOS Either way, the conclusion of GH-666, non Windows does not require OneDrive. --- README.md | 1 - nixos/OneDrive.md | 10 ---------- nixos/configuration.nix | 3 --- 3 files changed, 14 deletions(-) delete mode 100644 nixos/OneDrive.md diff --git a/README.md b/README.md index a33c2c00..d0d37762 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,6 @@ nix flake show 'github:kachick/dotfiles' --json | jq '.nixosConfigurations | key Some tools are not yet fully automated, read each docs. - [WARP](./nixos/WARP.md) -- [OneDrive](./nixos/OneDrive.md) ## Ubuntu diff --git a/nixos/OneDrive.md b/nixos/OneDrive.md deleted file mode 100644 index b41b20d6..00000000 --- a/nixos/OneDrive.md +++ /dev/null @@ -1,10 +0,0 @@ -# Onedrive - - - -```bash -onedrive -systemctl --user enable onedrive@onedrive.service -systemctl --user start onedrive@onedrive.service -systemctl --user status onedrive@onedrive.service -``` diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 829620a2..df0851c1 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -293,9 +293,6 @@ }; }; - # https://nixos.wiki/wiki/OneDrive - services.onedrive.enable = true; - # https://github.com/NixOS/nixpkgs/issues/213177#issuecomment-1905556283 systemd.packages = [ pkgs.cloudflare-warp ]; # for warp-cli systemd.targets.multi-user.wants = [ "warp-svc.service" ]; # causes warp-svc to be started automatically