No description
Find a file
Jakob Lechner 4d654f3b99
Disable v4l2loopback
a patch fails, let's fix this later.
2023-06-11 15:30:05 +00:00
home-manager Move extension config to profile 2023-06-11 15:29:39 +00:00
hosts Lower MTU of wgkalle interface 2023-05-23 16:26:45 +00:00
modules Disable v4l2loopback 2023-06-11 15:30:05 +00:00
pkgs Revert "Split UMC202HD inputs into mono channels" 2023-06-11 15:29:17 +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 Use master branch of home-manager 2023-06-11 15:29:31 +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