2025-06-02 11:53:44 +02:00
2025-01-03 00:13:14 +01:00
2025-06-02 11:49:33 +02:00
2025-06-02 11:53:44 +02:00
2025-06-02 11:53:44 +02:00

Nix

Nix setup for server

Install

# First time install
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

# Install / Update
nix run home-manager -- switch --flake github:cupcakearmy/nix-cli#root -b bkp

Update

This can be run on any machine. Just update and then just rerun on the targets

nix flake update

# To test
nix run home-manager -- build --flake .#root
Description
No description provided
Readme 69 KiB
Languages
Nix 100%