My configuration. Probably nothing to look for here.
Go to file
Deployerbot Main c697fca9df flake.lock: Update
Flake lock file updates:

• Updated input 'nix-index-database':
    'github:Mic92/nix-index-database/f070c7eeec3bde8c8c8baa9c02b6d3d5e114d73b' (2024-02-25)
  → 'github:Mic92/nix-index-database/93554c04c2f1c02f4a383538e8848d511c3129e9' (2024-03-03)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/33a97b5814d36ddd65ad678ad07ce43b1a67f159' (2024-02-28)
  → 'github:NixOS/nixos-hardware/59e37017b9ed31dee303dbbd4531c594df95cfbc' (2024-03-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/068d4db604958d05d0b46c47f79b507d84dbc069' (2024-02-29)
  → 'github:NixOS/nixpkgs/79baff8812a0d68e24a836df0a364c678089e2c7' (2024-03-01)
• Updated input 'nur':
    'github:nix-community/NUR/dcf16e00e8bdfd336dd7e8a9c8e133133d0af959' (2024-03-01)
  → 'github:nix-community/NUR/b96516cba51b3468f7adfd48ae3d2af35056d28f' (2024-03-03)
2024-03-03 23:30:51 +00:00
hacks/orangepi5plus/uboot kernel: fetch from upstream, apply patch 2024-02-29 10:03:39 +02:00
hosts rm service.powertop 2024-03-03 14:57:07 +02:00
modules add sshfs 2024-03-03 15:36:19 +02:00
pkgs compress-drv-tests 2024-02-29 13:45:11 +02:00
secrets fra1-a: backup e11sync 2024-01-25 14:49:51 +02:00
shared evolution: sync full folder 2024-03-02 09:56:45 +02:00
.envrc move home-manager config to a dedicated location 2023-10-06 11:24:00 +03:00
.gitattributes Configure git repository for gpg file diff. 2023-01-03 13:41:30 +02:00
.gitignore enable some checks in pre-commit hooks 2023-10-02 00:00:30 +03:00
LICENSE relicense 2024-01-15 18:18:45 +02:00
README.md remove mtwork 2024-02-27 18:20:44 +02:00
data.nix fix data 2024-02-27 23:04:06 +02:00
flake.lock flake.lock: Update 2024-03-03 23:30:51 +00:00
flake.nix compress-drv-tests 2024-02-29 13:45:11 +02:00
secrets.nix fra1-a: backup e11sync 2024-01-25 14:49:51 +02:00
statix.toml compress-drv-tests 2024-02-29 13:45:11 +02:00

README.md

Config

Flakes:

$ deploy --interactive '#vno1-oh2'

$ nix build .#deploy.nodes.fra1-a.profiles.system.path

Other:

$ nix build .#nixosConfigurations.vno3-rp3b.config.system.build.toplevel
$ nix eval .#nixosConfigurations.vno1-oh2.config.services.nsd

Encoding host-only secrets

Encode a secret on host:

rage -e -r "$(cat /etc/ssh/ssh_host_ed25519_key.pub)" -o secret.age /path/to/plaintext

Decode a secret on host (to test things out):

rage -d -i /etc/ssh/ssh_host_ed25519_key secret.age