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.

update configs and stuff

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

+5 -3
+3 -3
flake.lock
··· 153 153 ] 154 154 }, 155 155 "locked": { 156 - "lastModified": 1753180535, 157 - "narHash": "sha256-KEtlzMs2O7FDvciFtjk9W4hyau013Pj9qZNK9a0PxEc=", 156 + "lastModified": 1753181343, 157 + "narHash": "sha256-CLQfNtUqirNVSYoW/kYbvL4PeeNasmZonaPnjO3+1YQ=", 158 158 "owner": "nix-community", 159 159 "repo": "home-manager", 160 - "rev": "847711c7ffa9944b0c5c39a8342ac8eb6a9f9abc", 160 + "rev": "0cdfcdbb525b77b951c889b6131047bc374f48fe", 161 161 "type": "github" 162 162 }, 163 163 "original": {
+2
hosts/stellapent-cier/configuration.nix
··· 44 44 }; 45 45 }; 46 46 }; 47 + # Use latest kernel. 48 + boot.kernelPackages = pkgs.linuxPackages_latest; 47 49 48 50 networking = { 49 51 hostName = "stellapent-cier";