Configure some static host addresses
This commit is contained in:
parent
d64de012e7
commit
58e379eda7
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@ root ALL=(ALL) ALL
|
||||||
(packages (cons screen %base-packages))
|
(packages (cons screen %base-packages))
|
||||||
|
|
||||||
;; Add services to the baseline: static networking and an SSH server.
|
;; Add services to the baseline: static networking and an SSH server.
|
||||||
(services (append (list (service static-networking-service-type
|
(services (append (list (simple-service 'add-extra-hosts
|
||||||
|
hosts-service-type
|
||||||
|
(list (host "192.168.1.110" "limiting-factor" '("forge.1729.org.uk"))
|
||||||
|
(host "192.168.1.167" "cargo-cult" '())))
|
||||||
|
(service static-networking-service-type
|
||||||
(list (static-networking
|
(list (static-networking
|
||||||
(addresses
|
(addresses
|
||||||
(list (network-address
|
(list (network-address
|
||||||
|
|
Loading…
Reference in a new issue