diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-02-27 17:57:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-02-27 17:57:00 +0100 |
commit | 7fcaba2d4cabc8d5dfd35648ec1b9b6795e490ec (patch) | |
tree | 9986fbbb3824e3b8672f6122adceb0038624ffda /hosts/vidhar/network | |
parent | df4ba4d49dd53a62adc39c1d2ea887fe464ec09b (diff) | |
download | nixos-7fcaba2d4cabc8d5dfd35648ec1b9b6795e490ec.tar nixos-7fcaba2d4cabc8d5dfd35648ec1b9b6795e490ec.tar.gz nixos-7fcaba2d4cabc8d5dfd35648ec1b9b6795e490ec.tar.bz2 nixos-7fcaba2d4cabc8d5dfd35648ec1b9b6795e490ec.tar.xz nixos-7fcaba2d4cabc8d5dfd35648ec1b9b6795e490ec.zip |
vidhar: printer
Diffstat (limited to 'hosts/vidhar/network')
-rw-r--r-- | hosts/vidhar/network/dhcp/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix index 1c29dc6a..af7a3545 100644 --- a/hosts/vidhar/network/dhcp/default.nix +++ b/hosts/vidhar/network/dhcp/default.nix | |||
@@ -108,6 +108,10 @@ with lib; | |||
108 | { hostname = "geri"; | 108 | { hostname = "geri"; |
109 | hw-address = "0e:e6:43:5e:37:7b"; | 109 | hw-address = "0e:e6:43:5e:37:7b"; |
110 | } | 110 | } |
111 | { hostname = "printer"; | ||
112 | hw-address = "30:cd:a7:b0:55:8d"; | ||
113 | ip-address = "10.141.0.2"; | ||
114 | } | ||
111 | ]; | 115 | ]; |
112 | } | 116 | } |
113 | { subnet = "10.141.1.0/24"; | 117 | { subnet = "10.141.1.0/24"; |