Aaron Andersen

Results 105 comments of Aaron Andersen

@ncw I'm now trying to use a `onedrive` backend and having the following error: > ~> rclone --vfs-cache-mode writes mount onedrive: ~/TEST/ 2020/11/09 14:44:43 Failed to save config after 10...

@domust you can replace both the `systemd` `service` and `socket` declaration with `systemd.packages = [ pkgs.nordvpn ];` because the package already ships these files :+1: Just make sure you patch...

thanks so much!

i imagine you can use the same workaround i mentioned [here](https://github.com/numtide/system-manager/issues/10#issuecomment-1533655089)

relevant: https://github.com/Mic92/sops-nix/pull/39

update: i ended up testing both of these features and they work great. i will try to find some time to write a test for this and then mark as...

any hint on how to interactively run the vm tests locally? when i run vm tests locally they always fail on [this](https://github.com/numtide/system-manager/blob/17ce0ccb118d8c2de625ecf90e46995734e37684/nix/lib.nix#L231) line, even against the `numtide/main` branch... :thinking: cc...

> It might be a rather hard sell to get that merged into nixpkgs though. i suggest there is [prior art](https://github.com/NixOS/nixpkgs/blob/e33debd24980fb317642cbf26fa492cebeb7789a/nixos/modules/security/wrappers/default.nix#L218) for a change like this additionally, with [more](https://github.com/nix-community/NixNG) and...

A bit hacky but the following will currently work reasonably well: ``` outputs = { self, flake-utils, system-manager, ... }: { systemConfigs.default = system-manager.lib.makeSystemConfig { extraSpecialArgs.pkgs = ... whatever you...