roles/hardware/hetzner-amd.nix, roles/hetzner-network.nix -> roles/hetzner
This commit is contained in:
parent
90ac430736
commit
f552813408
6 changed files with 7 additions and 7 deletions
|
@ -152,7 +152,7 @@ $ inv setup-secret --hosts buildXX
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ nixos-generate-config --root /tmp
|
$ nixos-generate-config --root /tmp
|
||||||
# optional, in most cases one can import roles/hardware/hetzner-amd.nix
|
# optional, in most cases one can import roles/hetzner/amd.nix
|
||||||
$ scp buildXX.nix-community.org:/tmp/etc/nixos/hardware-configuration.nix buildXX/hardware-configuration.nix
|
$ scp buildXX.nix-community.org:/tmp/etc/nixos/hardware-configuration.nix buildXX/hardware-configuration.nix
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../roles/common.nix
|
../roles/common.nix
|
||||||
../roles/hardware/hetzner-amd.nix
|
../roles/hetzner/amd.nix
|
||||||
../roles/hetzner-network.nix
|
../roles/hetzner/network.nix
|
||||||
../roles/raid.nix
|
../roles/raid.nix
|
||||||
../roles/builder
|
../roles/builder
|
||||||
../roles/remote-builder/aarch64-nixos-community.nix
|
../roles/remote-builder/aarch64-nixos-community.nix
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../roles/common.nix
|
../roles/common.nix
|
||||||
../roles/hardware/hetzner-amd.nix
|
../roles/hetzner/amd.nix
|
||||||
../roles/hetzner-network.nix
|
../roles/hetzner/network.nix
|
||||||
../roles/nginx.nix
|
../roles/nginx.nix
|
||||||
../roles/raid.nix
|
../roles/raid.nix
|
||||||
../roles/remote-builder/aarch64-build04.nix
|
../roles/remote-builder/aarch64-build04.nix
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
# $ nixos-enter
|
# $ nixos-enter
|
||||||
imports = [
|
imports = [
|
||||||
../roles/common.nix
|
../roles/common.nix
|
||||||
../roles/hardware/hetzner-amd.nix
|
../roles/hetzner/amd.nix
|
||||||
|
../roles/hetzner/network.nix
|
||||||
../roles/hercules-ci
|
../roles/hercules-ci
|
||||||
../roles/hetzner-network.nix
|
|
||||||
../roles/nginx.nix
|
../roles/nginx.nix
|
||||||
../roles/raid.nix
|
../roles/raid.nix
|
||||||
../roles/remote-builder/aarch64-build04.nix
|
../roles/remote-builder/aarch64-build04.nix
|
||||||
|
|
Loading…
Add table
Reference in a new issue