Compare commits
2 Commits
524a9abb28
...
3b5d0f4d3e
Author | SHA1 | Date |
---|---|---|
Denis 'GNUtoo' Carikli | 3b5d0f4d3e | |
Denis 'GNUtoo' Carikli | 390d56eedb |
|
@ -89,6 +89,10 @@ mumble-vm.img: $(IMAGE_SOURCE)
|
|||
--image-type=mbr-raw \
|
||||
--image-size=6G mumble-vm-system.scm` \
|
||||
$@
|
||||
build:
|
||||
guix system build \
|
||||
--image-type=mbr-raw \
|
||||
--image-size=6G mumble-vm-system.scm
|
||||
|
||||
mumble-vm.tar: $(TARBALL_SOURCE)
|
||||
tar --exclude "id_ed25519" -cf $@ $(TARBALL_SOURCE)
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
needed for unattended upgrades to work.")
|
||||
(home-page "DOMAIN")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define website
|
||||
(package
|
||||
(name "website")
|
||||
|
@ -69,8 +70,8 @@ needed for unattended upgrades to work.")
|
|||
(arguments
|
||||
(list
|
||||
#:install-plan
|
||||
#~(list '("index.html" "var/www/DOMAIN/")
|
||||
'(#$source "var/www/DOMAIN/"))))
|
||||
#~(list '("first-boot.sh" "var/www/DOMAIN/")
|
||||
'(#$source "var/www/DOMAIN/mumble-vm.tar.xz"))))
|
||||
(synopsis "The DOMAIN website.")
|
||||
(description
|
||||
"The website contains how to use the service, and how to
|
||||
|
|
Loading…
Reference in New Issue