No description
Find a file
Jan Kremer 1e365cbb34
jellyfin: Fix nodejs
Node 18 is end-of-life
2025-07-10 08:21:51 +02:00
hosts flake: Initialise new repository 2025-07-08 10:05:22 +02:00
modules jellyfin: Fix nodejs 2025-07-10 08:21:51 +02:00
flake.lock flake: Initialise new repository 2025-07-08 10:05:22 +02:00
flake.nix flake: Initialise new repository 2025-07-08 10:05:22 +02:00
README.md meta: Update Readme 2025-07-08 10:18:56 +02:00

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