Robert Hensing
Robert Hensing
The examples use methods that cause issues when trying to extend the package set further. Using the right tools, which are no harder, we can avoid frustration down the line....
TODO - [ ] Rebase off #162 commits onto master. - [ ] Remove `default.nix` and friends
The AMI ids should be added to Nixpkgs https://github.com/NixOS/nixpkgs/issues/52779 They will be in a new location (new file and/or new attrset), so `nixops-aws` has to be updated to look for...
Running ``` $ NIX_PATH= nixops deploy -d nixops-example-dummy --build-only ``` I get `error: file 'nixpkgs/nixos/modules/virtualisation/ec2-amis.nix' was not found in the Nix search path (add it using $NIX_PATH or -I)`, even...
All password operations could be managed through NixOps. A nice workflow can be achieved with the following behaviors. 1. Leaving out the `masterPassword` causes it to be generated and stored...
**Introduce your stance** I'm a Nixer first, and I am perpetually new to macOS, as I generally only use it over ssh, when I have to. That makes launching the...
**Introduce your stance** It's good to invite people to improve our pages/documentation. Having links to the GitHub sources in many places helps people find the source and reminds them that...
**Describe the glitch** Code blocks are supportive and can be skipped when scanning through a section, but info blocks look almost identical and should _not_ be skipped when scanning. I'd...
**Introduce your stance** Many pages are available as both `foo/page` and `foo/page.html`. Duplicate pages are bad for SEO. It's better to redirect one to the other. I recommend turning the...
```nix { inputs.nixpkgs.url = "NixOS/nixpkgs/22.05"; } ``` Did you spot the security issue? Let's replace the release tags by something descriptive, like `22.05-start` or `22.05.0`, so that users don't accidentally...