Peter Dragos

Results 7 comments of Peter Dragos

### 1.) Since I was not using "localhost" as the name of the node in the inventory, but "nc.test", I need to change the following lines in `roles/nextcloud/default/main,yml` from ```...

Before I do some more testing and submit a pull request, I should ask: @ReinerNippes, are you interested in making this playbook suitable for non-local deployment? I thought my issues...

Hi Riener, thanks for your response! Items 1 and 4 were related to not deploying locally. ### For Item 1.) The first issue was that the fqdn of "localhost" was...

Also seeing this issue on NixOS and the same swaylock version, running with a similar script. The relevant configuration is ```nix extraRules = '' ACTION=="remove",\ ENV{ID_BUS}=="usb",\ ENV{ID_MODEL_ID}=="0407",\ ENV{ID_VENDOR_ID}=="1050",\ ENV{ID_VENDOR}=="Yubico",\ RUN+="${pkgs.coreutils}/bin/env...

Makes sense. Thanks for the info! So, for someone who's diving into Simon Marlowe's Parallel and Concurrent Haskell for the first time: do you recommend using the stable version, or...

Excellent! This is the exact sort of thing I like having nix for. Once I get things working for myself with a nix flake, I'll at least send a ping...