No description
Find a file
2025-01-29 13:56:43 -05:00
hosts add lighthouse user to lighthouse 2025-01-29 13:56:43 -05:00
modules Merge branch 'master' of github.com:TheWanderingCrow/NixOS 2025-01-29 13:47:41 -05:00
screenshots test waybar in nix 2024-12-29 11:20:10 -05:00
.gitignore gitignore 2025-01-15 16:22:22 -05:00
flake.lock nebula test run 2025-01-29 09:47:10 -05:00
flake.nix nebula test run 2025-01-29 10:50:50 -05:00
LICENSE Push license 2024-09-18 22:41:58 -04:00
README.md update readme for deploying on remotes 2025-01-29 10:59:59 -05:00
shell.nix push thinkcenter disk config 2025-01-15 11:41:35 -05:00

Crow's NixOS configuration project

Proxmox/LXC target

nix run github:nix-community/nixos-generators -- --format proxmox-lxc

Building the Live ISO

nixos-generate --format install-iso --flake .#Parzival-Live -o result

Formatting disks with disko

sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount <disk config path>

Deploying to the remote

Note: If you need to specify the ssh key, you may inject extra cli options to the ssh command via the NIX_SSHOPTS environment variable

  • Anywhere from local: nixos-rebuild switch --flake .#<host> --target-host root@<ipaddr> --use-remote-sudo