Update README
This commit is contained in:
parent
2630bd3af7
commit
bbbc21e832
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -28,18 +28,18 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
||||||
| nixos-desktop | My main desktop | Done |
|
| nixos-desktop | My main desktop | Done |
|
||||||
| nixos-framework | My AMD Framework 13 laptop | Done |
|
| nixos-framework | My AMD Framework 13 laptop | Done |
|
||||||
| nixos-vm-01 | A NixOS VM used for testing | Done |
|
| nixos-vm-01 | A NixOS VM used for testing | Done |
|
||||||
| nuc-server | Second NUC server at my brothers house | On Hold |
|
|
||||||
| osaka-linode-01 | Osaka Linode relay for sysctl.io external connections | Done |
|
| osaka-linode-01 | Osaka Linode relay for sysctl.io external connections | Done |
|
||||||
| piaware-rpi4 | FlightAware for Raspberry Pi | Done |
|
| piaware-rpi4 | FlightAware for Raspberry Pi | Done |
|
||||||
| quitman-rpi4 | Raspberry Pi at my parents house. Headscale Exit Node | On Hold |
|
| quitman-rpi4 | Raspberry Pi at my parents house. Headscale Exit Node | On Hold |
|
||||||
|
| nuc-server | Second NUC server at my brothers house | On Hold |
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
| Name | Description | Build Commands |
|
| Name | Description | Build Commands |
|
||||||
| ----------------- | ----------------------------------------------- | -------------------------------------------------- |
|
| ----------------- | ----------------------------------------------- | --------------------------------------------------- |
|
||||||
| nixos-iso-console | Console ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-desktop`|
|
| nixos-iso-console | Console ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-desktop` |
|
||||||
| nixos-iso-desktop | Gnome ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-console`|
|
| nixos-iso-desktop | Gnome ISO image of this flake for installing | `nix build .#imageConfigurations.nixos-iso-console` |
|
||||||
| nixos-linode-img | Image of this flake for use on Linode | `nix build .#imageConfigurations.nixos-linode-img` |
|
| nixos-linode-img | Image of this flake for use on Linode | `nix build .#imageConfigurations.nixos-linode-img` |
|
||||||
| nixos-rpi4-img | Image of this flake for use on Raspberry Pi 4's | `nix build .#imageConfigurations.nixos-rpi4-img` |
|
| nixos-rpi4-img | Image of this flake for use on Raspberry Pi 4's | `nix build .#imageConfigurations.nixos-rpi4-img` |
|
||||||
|
|
||||||
---
|
---
|
||||||
# To Do List
|
# To Do List
|
||||||
|
|
Loading…
Reference in a new issue