mirror of
https://github.com/itme-brain/nixos.git
synced 2026-05-08 14:50:12 -04:00
added rigby recovery
This commit is contained in:
parent
194bb9c381
commit
532c874c96
12 changed files with 474 additions and 0 deletions
16
external/rigby/templates/99-rigby-static.yaml.j2
vendored
Normal file
16
external/rigby/templates/99-rigby-static.yaml.j2
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
network:
|
||||
version: 2
|
||||
renderer: networkd
|
||||
ethernets:
|
||||
{{ rigby_interface }}:
|
||||
dhcp4: false
|
||||
addresses:
|
||||
- {{ rigby_static_ip }}
|
||||
routes:
|
||||
- to: default
|
||||
via: {{ rigby_gateway }}
|
||||
nameservers:
|
||||
addresses:
|
||||
{% for dns in rigby_dns %}
|
||||
- {{ dns }}
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue