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

• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/3b79cc4bcd9c09b5aa68ea1957c25e437dc6bc58' (2023-10-03)
  → 'github:nixos/nixpkgs/8a4c17493e5c39769f79117937c79e1c88de6729' (2023-10-03)
• Updated input 'nixpkgsMaster':
    'github:NixOS/nixpkgs/e0b78ab95b4b23fa4395ff7a93ccff3a14353616' (2023-10-04)
  → 'github:NixOS/nixpkgs/a61a2f7b7dd78f1c78cc12baa6f27f88b3bf7ce1' (2023-10-05)
• Updated input 'nur':
    'github:nix-community/NUR/4ca4be389a0c04cf9b41a554f9d3b3cea7a5b68a' (2023-10-04)
  → 'github:nix-community/NUR/87afa198d7dde7d6a1df02fbfe82d0a86313a6e3' (2023-10-05)
2023-11-22 14:54:57 +00:00
.git-crypt Add 1 git-crypt collaborator 2023-11-08 23:38:48 +00:00
home-manager Change gfix abbrev to rebase to default branch 2023-11-22 14:54:54 +00:00
hosts Enable mail server 2023-11-22 14:54:49 +00:00
modules Enable TOR only for workstations 2023-11-22 14:54:50 +00:00
pkgs Update pretix version 2023-11-22 14:54: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-11-08 23:38:39 +00:00
.gitignore Ignore qcow2 files (QEMU disk images) 2023-02-23 19:41:15 +00:00
.sops.yaml Reinstall weinturm-pretix-prod on aarch64 2023-11-08 23:41:04 +00:00
flake.lock flake.lock: Update 2023-11-22 14:54:57 +00:00
flake.nix Fix deprecation 2023-11-22 14:54:05 +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