Skip to content

Commit

Permalink
Uninstall OneDrive from NixOS
Browse files Browse the repository at this point in the history
Either way, the conclusion of GH-666, non Windows does not require OneDrive.
  • Loading branch information
kachick committed Aug 6, 2024
1 parent cbb6f90 commit 8b2c633
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 0 additions & 10 deletions nixos/OneDrive.md

This file was deleted.

3 changes: 0 additions & 3 deletions nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@
};
};

# https://nixos.wiki/wiki/OneDrive
services.onedrive.enable = true;

This comment has been minimized.

Copy link
@kachick

kachick Sep 10, 2024

Author Owner

#773 (comment)

Still... 🙄

↕  2 dotfiles main(04f2bf8)  ≡via 🐹 v1.22.6 via ❄  impure (nix-shell-env) zsh
> la ~/.config/systemd
0755 - 09-10 14:46 user

↕  2 dotfiles main(04f2bf8)  ≡via 🐹 v1.22.6 via ❄  impure (nix-shell-env) zsh
> la ~/.config/systemd/user
0755 - 09-10 14:46 default.target.wants
0755 - 09-10 14:46 sockets.target.wants
0777 - 06-28 13:24 [email protected] -> /nix/store/b2ywjp6i4aglxsxgp1d99jkqvrykxmpd-unit-onedrive-.service/[email protected]
0777 - 09-10 14:46 ssh-agent.service -> /nix/store/y32nhls1jkn6h6rq1m7pmlrg64bix4g1-home-manager-files/.config/systemd/user/ssh-agent.service
0777 - 09-10 14:46 gpg-agent.service -> /nix/store/y32nhls1jkn6h6rq1m7pmlrg64bix4g1-home-manager-files/.config/systemd/user/gpg-agent.service
0777 - 09-10 14:46 podman.socket -> /nix/store/y32nhls1jkn6h6rq1m7pmlrg64bix4g1-home-manager-files/.config/systemd/user/podman.socket
0777 - 09-10 14:46 gpg-agent.socket -> /nix/store/y32nhls1jkn6h6rq1m7pmlrg64bix4g1-home-manager-files/.config/systemd/user/gpg-agent.socket
0777 - 09-10 14:46 podman.service -> /nix/store/y32nhls1jkn6h6rq1m7pmlrg64bix4g1-home-manager-files/.config/systemd/user/podman.service

# 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
Expand Down

0 comments on commit 8b2c633

Please sign in to comment.