feat: add comments

This commit is contained in:
Ryan Yin
2023-06-17 22:53:09 +08:00
parent ef3c903582
commit 530f8498a1
7 changed files with 49 additions and 13 deletions
+5
View File
@@ -1,6 +1,11 @@
{ lib, pkgs, ... }:
{
###################################################################################
#
# NixOS's core configuration suitable for all my machines
#
###################################################################################
# for nix server, we do not need to keep too much generations
boot.loader.systemd-boot.configurationLimit = lib.mkDefault 10;