diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 14:31:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 14:31:13 -0400 |
| commit | 36e89cd148cd266254f4c50c5396d05433ed9bb3 (patch) | |
| tree | 1deef27538cb26860a96f794ca7d810c9c7f430f /config-joey.hs | |
| parent | cf3a8883ecec79ad8b44be956ae98db3bfa3f42f (diff) | |
os info propigation
Also, lost the systemd-nspawn parameters; I'll do that some other way.
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index da7d8ea7..a12544df 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -86,8 +86,9 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Systemd.nspawned meow meow :: Systemd.Container -meow = Systemd.container "meow" (System (Debian Unstable) "amd64") [] +meow = Systemd.container "meow" (System (Debian Unstable) "amd64") & Apt.serviceInstalledRunning "uptimed" + & alias "meow.kitenet.net" testChroot :: Chroot.Chroot testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64") |
