Changes
2 changed files (+5/-2)
-
-
@@ -15,6 +15,7 @@overlays = [ (import ./overlays.nix) ]; }; # https://unnamed.website/posts/nixvm/ disko.devices.disk.main = { imageSize = "2500M"; type = "disk";
-
@@ -125,6 +126,7 @@} ''; "git.unnamed.website".extraConfig = '' # Allow Git clones @notgit not header User-Agent *git* proof_of_work @notgit { # 1 year
-
@@ -202,6 +204,7 @@}; }) # scan-path MUST be last! # toINIWithGlobalSection sorts the options so we have to manually concatenate scan-path # https://wiki.archlinux.org/title/Cgit#readme_files_are_not_found,_about_tab_not_shown + "scan-path=/srv/git"; # The cgit cache dir must be writable by dynamic user running cgit
-
-
-
@@ -25,11 +25,10 @@# Don't trash my $HOME please like come on it's not 2005 anymore use-xdg-base-directories = true; # Fancy stuff yay # The new CLI is so much better anyways # Why oh why is it still "experimental" experimental-features = [ "nix-command" "flakes" # Make Nix a bit more like Lean "pipe-operators" ]; };
-
@@ -93,6 +92,7 @@snapshot_preserve_min = "latest"; }; # BLAZINGLY FAST MEMORY SAFE security.sudo-rs.enable = true; # This option defines the first version of NixOS you have installed on this particular machine,
-