diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 06:52:35 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 07:07:26 +0200 |
commit | 3d728f601610baa5ebc67b55b42ab6eea2011602 (patch) | |
tree | f689ad2a098cdf570b9438ce98a60b615729d054 /systems | |
parent | 83781dda05be56ae7c402eb6c6b582da6fa90bd1 (diff) |
refactor(systems): adjust kernel field for %suweren-operating-system
Diffstat (limited to 'systems')
-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* |