diff options
author | Leonardo Santiago <[email protected]> | 2025-06-24 13:16:36 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-06-24 13:16:36 -0300 |
commit | 86c10fcefc6f91fa1960a626715a7d04e7013ba0 (patch) | |
tree | 5d2a582070b38784073a33a7a2aedf3368310694 /hosts/kunagisa.nix | |
parent | dc7c7ab3f38eb3fe10b6e16f38a27d80952789d6 (diff) |
fix: update a ton of things
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; }; |