diff options
Diffstat (limited to 'config-simple.hs')
| -rw-r--r-- | config-simple.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-simple.hs b/config-simple.hs index 42b3d838..11a3c3a4 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -19,7 +19,7 @@ hosts = -- An example host. mybox :: Host mybox = host "mybox.example.com" $ props - & osDebian Unstable "amd64" + & osDebian Unstable X86_64 & Apt.stdSourcesList & Apt.unattendedUpgrades & Apt.installed ["etckeeper"] |
