diff options
Diffstat (limited to 'hosts/kunagisa.nix')
-rw-r--r-- | hosts/kunagisa.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/kunagisa.nix b/hosts/kunagisa.nix index af74fb4..810e0b4 100644 --- a/hosts/kunagisa.nix +++ b/hosts/kunagisa.nix @@ -2,9 +2,8 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, lib, modulesPath, inputs, ... }: { +{ config, pkgs, lib, modulesPath, ... }: { imports = [ - inputs.mixrank.nixosModules.dev-machine (modulesPath + "/installer/scan/not-detected.nix") ]; santi-modules.desktop-environment.enable = true; @@ -12,6 +11,7 @@ # Bootloader. boot = { loader = { + timeout = 0; systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; |