You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dustin Frisch ceb20ad3ce
Add admin
1 month ago
secrets Initial 1 month ago
.gitignore Initial 1 month ago
.sops.yaml Initial 1 month ago
disk.nix Initial 1 month ago
flake.lock Initial 1 month ago
flake.nix Shorten commands 1 month ago
hardware.nix Initial 1 month ago
ldap.nix Initial 1 month ago
network.nix Initial 1 month ago
readme.md Shorten commands 1 month ago
system.nix Add admin 1 month ago

readme.md

Build disk image

nix build .#images

Updates

Run the following command and deploy afterwards

nix flake update

Deploy

nix build .
nix copy --to ssh://root@<ip-of-target> .
ssh root@<ip-of-target> "$(nix path-info .)/bin/switch-to-configuration switch"