NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump home.stateVersion to 25.11

Note that nixos 25.11 is in beta and to be released by next week.
Also doing weekly GC of the Nix store for NixOS btw.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+2 -1
+1 -1
shared/home-manager/main.nix
··· 28 28 # You should not change this value, even if you update Home Manager. If you do 29 29 # want to update the value, then make sure to first check the Home Manager 30 30 # release notes. 31 - home.stateVersion = "25.05"; # Please read the comment before changing. 31 + home.stateVersion = "25.11"; # Please read the comment before changing. 32 32 33 33 home.sessionPath = [ 34 34 "$HOME/bin"
+1
shared/nix.nix
··· 21 21 nix = { 22 22 gc = { 23 23 automatic = true; 24 + dates = ["weekly"]; 24 25 randomizedDelaySec = "30min"; 25 26 }; 26 27 settings = {