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