diff options
-rw-r--r-- | systems/akashi.scm | 2 | ||||
-rw-r--r-- | systems/mcdowell.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index 67d80a0..fb06c9e 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -27,7 +27,7 @@ (timezone* "Europe/Warsaw")) ((@ (gnu system) operating-system) (inherit %suweren-operating-system) - kernel* + (kernel kernel*) (bootloader-configuration* keyboard-layout) keyboard-layout initrd* diff --git a/systems/mcdowell.scm b/systems/mcdowell.scm index 2641be5..9322c20 100644 --- a/systems/mcdowell.scm +++ b/systems/mcdowell.scm @@ -38,7 +38,7 @@ ) ((@ (gnu system) operating-system) (inherit %suweren-operating-system) - kernel* + (kernel kernel*) (bootloader-configuration* keyboard-layout*) keyboard-layout* initrd* |