This commit is contained in:
parent
6549d9135f
commit
6ba720623b
@ -1,7 +1,7 @@
|
|||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
let isCI = builtins.elem config.syscfg.hostname [ "ci" "sandbox" ];
|
let isSANDBOX = builtins.elem config.syscfg.hostname [ "sandbox" ];
|
||||||
in {
|
in {
|
||||||
config = lib.mkIf (!isCI) {
|
config = lib.mkIf (!isSANDBOX) {
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user