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

• Updated input 'nix-pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/4f883a76282bc28eb952570afc3d8a1bf6f481d7' (2023-09-10)
  → 'github:cachix/pre-commit-hooks.nix/cb770e93516a1609652fa8e945a0f310e98f10c0' (2023-09-24)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/715d72e967ec1dd5ecc71290ee072bcaf5181ed6' (2023-09-22)
  → 'github:nixos/nixpkgs/261abe8a44a7e8392598d038d2e01f7b33cf26d0' (2023-09-24)
• Updated input 'nixpkgsMaster':
    'github:NixOS/nixpkgs/32663cfc6550cde766b490857bbc37b89be10ce8' (2023-09-24)
  → 'github:NixOS/nixpkgs/4d256beb574dee9ba723da3e816eb46e791d267a' (2023-09-25)
• Updated input 'nur':
    'github:nix-community/NUR/44ff06dbea5958f299f89030b31ad1cf59aae1fe' (2023-09-24)
  → 'github:nix-community/NUR/7742edec9109071b4332bdc659002f9f7a3eb06d' (2023-09-25)
2023-11-08 23:46:41 +00:00
.git-crypt Add 1 git-crypt collaborator 2023-11-08 23:38:48 +00:00
home-manager Remove deprecated useHardenedMalloc 2023-11-08 23:45:14 +00:00
hosts System hardening 2023-11-08 23:46:20 +00:00
modules Allow restart of tor.service without password 2023-11-08 23:46:36 +00:00
pkgs Update pretix version 2023-11-08 23:46:01 +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-08 23:46:41 +00:00
flake.nix Fix deprecation 2023-11-08 23:42:41 +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