propellor spin
This commit is contained in:
parent
ab2557d813
commit
5e1463199e
|
@ -81,18 +81,17 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
|
||||||
! Ssh.listenPort 80
|
! Ssh.listenPort 80
|
||||||
! Ssh.listenPort 443
|
! Ssh.listenPort 443
|
||||||
|
|
||||||
! Chroot.provisioned testChroot
|
|
||||||
& Systemd.persistentJournal
|
& Systemd.persistentJournal
|
||||||
& Systemd.nspawned meow
|
! Systemd.nspawned meow
|
||||||
|
|
||||||
meow :: Systemd.Container
|
meow :: Systemd.Container
|
||||||
meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty)
|
meow = Systemd.container "meow" (Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty)
|
||||||
& Apt.serviceInstalledRunning "uptimed"
|
& Apt.serviceInstalledRunning "uptimed"
|
||||||
& alias "meow.kitenet.net"
|
& alias "meow.kitenet.net"
|
||||||
|
|
||||||
testChroot :: Chroot.Chroot
|
alien :: Host
|
||||||
testChroot = Chroot.debootstrapped (System (Debian Unstable) "amd64") mempty "/tmp/chroot"
|
alien = host "alien.kitenet.net"
|
||||||
& File.hasContent "/foo" ["hello"]
|
& ipv4 "104.131.106.199"
|
||||||
|
|
||||||
orca :: Host
|
orca :: Host
|
||||||
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
orca = standardSystem "orca.kitenet.net" Unstable "amd64"
|
||||||
|
|
Loading…
Reference in New Issue