No description
Find a file
Jakob Lechner e46759987f
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/0144ac418ef633bfc9dbd89b8c199ad3a617c59f' (2023-06-10)
  → 'github:nix-community/home-manager/5db22bce05c776057fdb289da17f6c12049c4624' (2023-06-14)
• Updated input 'nix-pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/182af51202998af5b64ddecaa7ff9be06425399b' (2023-06-08)
  → 'github:cachix/pre-commit-hooks.nix/5b6b54d3f722aa95cbf4ddbe35390a0af8c0015a' (2023-06-13)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/85bcb95aa83be667e562e781e9d186c57a07d757' (2023-06-09)
  → 'github:nixos/nixpkgs/bb8b5735d6f7e06b9ddd27de115b0600c1ffbdb4' (2023-06-11)
• Updated input 'nixpkgsMaster':
    'github:NixOS/nixpkgs/dbab573bf0ecebe2e835a0dbf56989936794345d' (2023-06-11)
  → 'github:NixOS/nixpkgs/6a36d58d254fd0c709f5bc93b9efb3b08b5cc34d' (2023-06-14)
• Updated input 'nur':
    'github:nix-community/NUR/312e17aac9f113c744ce745f8e2e33664b3d45d9' (2023-06-11)
  → 'github:nix-community/NUR/7ea3c0a513ce7538c139876763f5c9c87c4f1d99' (2023-06-14)
2023-06-14 09:50:18 +00:00
home-manager Fix waybar icons 2023-06-11 15:30:27 +00:00
hosts Change network interface names 2023-06-11 15:31:25 +00:00
modules Allow unfree package: mongodb 2023-06-11 15:31:01 +00:00
pkgs Update pretix 2023-06-11 15:32:00 +00:00
.editorconfig Add config for .nix files 2022-04-27 11:02:38 +00:00
.envrc Use flakes 2021-11-17 09:33:48 +00:00
.gitignore Ignore qcow2 files (QEMU disk images) 2023-02-23 19:41:15 +00:00
.sops.yaml Add dyndns for iron 2023-05-02 20:39:59 +00:00
flake.lock flake.lock: Update 2023-06-14 09:50:18 +00:00
flake.nix Fix warnings after switching to 23.05 2023-06-11 15:29:54 +00:00
justfile Add fwupdmgr commands 2022-06-08 11:45:45 +00:00
README.md Add sops instructions 2023-02-23 19:41:15 +00:00

home-manager

https://github.com/nix-community/home-manager

For a systematic overview of Home Manager and its available options, please see

Install a new host

This installs nixos on host somehost:

nix-shell -p nixUnstable --run 'nixos-install --flake https://gitlab.jalr.de/jalr/nixos-configuration#somehost --no-channel-copy'

setting up sops

Get the host key and convert it.

ssh-keyscan -t ed25519 $host | ssh-to-age

Then add the key to .sops.yaml

If the key changed, you might want to run

sops updatekeys hosts/$host/secrets.yaml

nix repl

start an interactive environment for evaluating Nix expressions

$ nix repl

nix-repl> a=builtins.getFlake (toString ./.)
$ nix repl

nix-repl> :lf .#

Import GPG public key

gpg --card-edit
gpg/card> fetch