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

• Updated input 'nix-pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/522fd47af79b66cdd04b92618e65c7a11504650a' (2023-06-30)
  → 'github:cachix/pre-commit-hooks.nix/c8d18ba345730019c3faf412c96a045ade171895' (2023-07-05)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/0de86059128947b2438995450f2c2ca08cc783d5' (2023-07-01)
  → 'github:nixos/nixpkgs/e11142026e2cef35ea52c9205703823df225c947' (2023-07-05)
• Updated input 'nixpkgsMaster':
    'github:NixOS/nixpkgs/4563446e28ccdfdae3b437390ce11081a7493bca' (2023-07-03)
  → 'github:NixOS/nixpkgs/73d174c62ba412c79358895282b6ecee9497469a' (2023-07-07)
• Updated input 'nur':
    'github:nix-community/NUR/1fec0607786d389341c0a9e565673b5af595ff6a' (2023-07-03)
  → 'github:nix-community/NUR/f438a4d24594dff99fe9b22e7353a41e89c332f2' (2023-07-07)
2023-07-07 15:07:31 +00:00
.git-crypt Add 1 git-crypt collaborator 2023-06-26 14:25:06 +00:00
home-manager Change source for mute toggle key 2023-07-03 13:30:01 +00:00
hosts Add radicale to iron 2023-07-02 21:13:28 +00:00
modules Fix v4l2loopback 2023-07-03 08:16:56 +00:00
pkgs Remove tradebyte-attendance 2023-06-14 09:50:56 +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
.gitattributes Add git-crypt 2023-06-26 14:25:04 +00:00
.gitignore Ignore qcow2 files (QEMU disk images) 2023-02-23 19:41:15 +00:00
.sops.yaml Add wireguard tunnel for hetzner ha ip 2023-06-23 18:02:06 +00:00
flake.lock flake.lock: Update 2023-07-07 15:07:31 +00:00
flake.nix Add argon2id app 2023-06-27 12:30:53 +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