We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a55bbf commit 3d26882Copy full SHA for 3d26882
nix/common/default.nix
@@ -35,6 +35,10 @@
35
settings.PasswordAuthentication = false;
36
};
37
38
+ # NixOS likes to fill up boot partitions with (by default) 100 old kernels.
39
+ # Keep a (for us) more reasonable number around.
40
+ boot.loader.grub.configurationLimit = 3;
41
+
42
environment.systemPackages = with pkgs; [
43
# FIXME: ssh-to-gpg is broken since 1.1.3 in NixOS 24.11
44
# https://github.com/Mic92/ssh-to-pgp/issues/73
0 commit comments