diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:18:09 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:18:09 +0200 |
commit | 812c6c9db6b035dddc18244ae198f43c7959bb5d (patch) | |
tree | 339fb049212c2922fc4d79cec360fa866c24608e /systems | |
parent | cb30015a6555f4569ccbcaeca27e48f5ab4863b3 (diff) |
refactor(akashi): remove akashi
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index ebdf86c..7daa090 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -44,7 +44,6 @@ (kernel linux-libre) (bootloader (bootloader-configuration* "pl")) (keyboard-layout "pl") - (firmware firmware*) (host-name host-name*) (file-systems (file-systems)) (swap-devices (swap-devices* host-name*)) |