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
935de1a2a5
|
1 month ago | |
---|---|---|
secrets | 1 month ago | |
.gitignore | 1 month ago | |
.sops.yaml | 1 month ago | |
disk.nix | 1 month ago | |
flake.lock | 1 month ago | |
flake.nix | 1 month ago | |
hardware.nix | 1 month ago | |
ldap.nix | 1 month ago | |
network.nix | 1 month ago | |
readme.md | 1 month ago | |
system.nix | 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"