From 0cc6c5a6b9f4ca1d71e5dabb6b8f6702feeead11 Mon Sep 17 00:00:00 2001 From: tristan Date: Sat, 15 Apr 2023 14:28:48 +0100 Subject: [PATCH] bootspec --- system/work/home.nix | 1 + system/work/system.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/system/work/home.nix b/system/work/home.nix index 9292a0f..8e68bd5 100644 --- a/system/work/home.nix +++ b/system/work/home.nix @@ -5,6 +5,7 @@ home.stateVersion = "22.05"; home.packages = with pkgs; [ + sbctl ]; programs.git = { diff --git a/system/work/system.nix b/system/work/system.nix index 6d98bd6..fd379d5 100644 --- a/system/work/system.nix +++ b/system/work/system.nix @@ -14,6 +14,8 @@ networking.firewall.allowedTCPPorts = [ ]; system.stateVersion = "22.11"; # do not change + + boot.bootspec.enable = true; }