-
First, I love how you have structured your dotfiles. I want to try to do something similar, but I am a little confused about the nixosConfig argument:
``` nix
{
pkgs,
lib,
nixosConfig,
.…
-
I've managed to set up agenix from unstable to a point where it appears to be working during the nixos-rebuild process. I've been using ssh host keys (located under `/etc/ssh/`) as outlined in:
htt…
-
Hi again!
I hope it is oaky if I ask some questions here. If you do not have time to play support for a personal configuration, I totally understand.
I wondered how your network is set up becaus…
-
Possibly an SSH issue?
```console
$ sudo nixos-rebuild switch --flake .#
building the system configuration...
skipping systemd-boot update to 252.1 because of known regression
activating the co…
-
If you attempt to do something like this:
```Nix
{
sops.secrets.root-password.sopsFile = ./root-password.yaml;
users.users.root.passwordFile = config.sops.secrets.root-password.path;
}
```
…
-
## Bug description
Rebuilding my configuration does not fail, but systemd is not happy.
```
$ sudo nixos-rebuild switch --flake path:.
building the system configuration...
activating the …
-
Hello!
I'm currently learning nix and browsing your repo is really insightful. Thank you for sharing it!
For the first time i decided to try home-manager following your setup but i have stumbled…
-
I'm able to use agenix-rekey locally, but when I try to build my config on github actions, I get `No rekeyed secrets were found`.
Do I need to run `nix run .#rekey` on the CI? If so, is there a non…
-
Storing secrets in environment variables can be problematic as the environment of a process can be visible by other processes.
This is not a major risk, but if another process has been compromised on …
-
G'day all, tentative in posting this, but I think there may be an issue in setting the owner in a configuration I have.
My configuration spans both Linux and Darwin, but this behavior only exists w…