diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-23 01:18:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-23 01:18:47 -0400 |
| commit | d156a1e9ba202761512ee06e497614d58c658697 (patch) | |
| tree | 1da4874746249077a2fb3f4d567f84acfb83d6cb /config-joey.hs | |
| parent | 87c39431a49fc9be88ed826c48a3d6e81d038f8a (diff) | |
Added more network interface configuration properties.
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 81066983..e1587076 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -141,6 +141,7 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64" , (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFZftKMnH/zH29BHMKbcBO4QsgTrstYFVhbrzrlRzBO3") ] + & Network.static "eth0" `requires` Network.cleanInterfacesFile & Apt.installed ["linux-image-amd64"] & Linode.chainPVGrub 5 & Apt.unattendedUpgrades |
