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