diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 22:45:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 22:45:17 -0400 |
| commit | 55c942a211a3709658574b12da0ffdeff8182d9d (patch) | |
| tree | a23616d105197d5f0aee9f598411701a1b5ea5b0 | |
| parent | 12db085fe8474e089fdb888ece26bbedec8e9be1 (diff) | |
propellor spin
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 18ccbe73..cd5c2b80 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -105,6 +105,7 @@ darkstar = host "darkstar.kitenet.net" $ props `setSize` MegaBytes 200 , partition EXT4 `mountedAt` "/" + `addFreeSpace` MegaBytes 500 ] gnu :: Host |
