diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 799ab51d41f22799583c9cf64058c6b2158b6c2a..d7d28a2f12377f68d3cb3b68866528762a6c803e 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -368,6 +368,10 @@ (define (virtualized-operating-system os) #:virtio? #t #:qemu-networking? #t rest))) + + ;; Disable swap. + (swap-devices '()) + (file-systems (cons* (file-system (mount-point "/") (device "/dev/vda1")