No description
Tailscale services can now be declared in Nix, which also eliminates my need for containers completely. Jellyfin hardware encoding can now also be implemented using the Nix module. Hardware support now implemented with nixos-hardware. |
||
|---|---|---|
| hosts | ||
| modules | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Floccus
Mac setup
Installation
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
git clone ssh://git@codeberg.org/kremer/nix-config.git ~/.config/nix
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
nix run nix-darwin -- switch --flake ~/.config/nix
Switch
darwin-rebuild switch --flake ~/.config/nix
Update
nix flake update --commit-lock-file ~/.config/nix
NixOS setup
Installation
git clone ssh://git@codeberg.org/kremer/nix-config.git ~/.config/nix
Switch
sudo nixos-rebuild switch --flake ~/.config/nix
Update
nix flake update --commit-lock-file ~/.config/nix