Personal-use NixOS configuration
0
fork

Configure Feed

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

Update Lix

encode42 dc90fb63 20ac3d7b

+10 -6
+5 -5
flake.lock
··· 274 274 ] 275 275 }, 276 276 "locked": { 277 - "lastModified": 1751240025, 278 - "narHash": "sha256-SXUAlxpjPRkArRMHy5+Hdi+PiC+ND9yzzIjiaHmTvQU=", 279 - "rev": "8b1094356f4723d6e89d3f8a95b333ee16d9ab02", 277 + "lastModified": 1753282722, 278 + "narHash": "sha256-KYMUrTV7H/RR5/HRnjV5R3rRIuBXMemyJzTLi50NFTs=", 279 + "rev": "46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873", 280 280 "type": "tarball", 281 - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/8b1094356f4723d6e89d3f8a95b333ee16d9ab02.tar.gz?rev=8b1094356f4723d6e89d3f8a95b333ee16d9ab02" 281 + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/46a9e8fcfe4be72b4c7c8082ee11d2c42da1e873.tar.gz" 282 282 }, 283 283 "original": { 284 284 "type": "tarball", 285 - "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz" 285 + "url": "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz" 286 286 } 287 287 }, 288 288 "niri": {
+1 -1
flake.nix
··· 28 28 29 29 # Package alternatives 30 30 lix-module = { 31 - url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.2-1.tar.gz"; 31 + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.3-1.tar.gz"; 32 32 33 33 inputs.nixpkgs.follows = "nixpkgs"; 34 34 };
+4
readme.md
··· 8 8 - `lib`: Helper functions 9 9 - `modules`: System modules and relevant configuration 10 10 - `packages`: Program package configuration 11 + 12 + Useful resources: 13 + - [Disko Quickstart](https://github.com/nix-community/disko/blob/master/docs/quickstart.md) 14 + - `sudo nixos-install --no-root-passwd --flake github:encode42/nixos#host`