No description
Find a file
2026-02-03 15:54:37 +01:00
hosts galanthus: Cleanup, add Copyparty 2026-02-03 10:00:12 +01:00
modules galanthus: Add Copyparty share, reenable Samba for TimeMachine 2026-02-03 15:54:37 +01:00
flake.lock galanthus: Cleanup, add Copyparty 2026-02-03 10:00:12 +01:00
flake.nix galanthus: Cleanup, add Copyparty 2026-02-03 10:00:12 +01: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