Nix configurations for my homelab
0

Configure Feed

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

Comment out rpcs3 and gamescope

These haven't been used in awhile

+23 -23
+18 -18
flake.lock
··· 149 149 ] 150 150 }, 151 151 "locked": { 152 - "lastModified": 1777733408, 153 - "narHash": "sha256-lyKV2GtkMPS1Mp8bKJ8sBr7LPCzL4GnVnQQYa4e7UsQ=", 152 + "lastModified": 1778144356, 153 + "narHash": "sha256-dGM+QCstz/DyLB68+JK5GWyMx4QSqmOJEVgZmy63d/g=", 154 154 "owner": "nix-community", 155 155 "repo": "home-manager", 156 - "rev": "9ce9f7f128c5834bb71a4f5c62232187371379b6", 156 + "rev": "e4419d3123b780d5f4c0bceeace450424387638c", 157 157 "type": "github" 158 158 }, 159 159 "original": { ··· 300 300 "systems": "systems" 301 301 }, 302 302 "locked": { 303 - "lastModified": 1777692910, 304 - "narHash": "sha256-rPszOFTm7gP9n/JGiFH4SeuEALC8FBJtXu5owvHVjaQ=", 303 + "lastModified": 1778039471, 304 + "narHash": "sha256-Arjg44jFcpSqOKK05EIxbKIjhfjou/EGF12COFU+9QA=", 305 305 "owner": "Infinidoge", 306 306 "repo": "nix-minecraft", 307 - "rev": "0707737282f65e25ed8e6e73f8767872659b7fb8", 307 + "rev": "87611ef4788116de05f851920c5958f0c37d5b05", 308 308 "type": "github" 309 309 }, 310 310 "original": { ··· 347 347 }, 348 348 "nixpkgs-unstable": { 349 349 "locked": { 350 - "lastModified": 1777578337, 351 - "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=", 350 + "lastModified": 1777954456, 351 + "narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=", 352 352 "owner": "NixOS", 353 353 "repo": "nixpkgs", 354 - "rev": "15f4ee454b1dce334612fa6843b3e05cf546efab", 354 + "rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1", 355 355 "type": "github" 356 356 }, 357 357 "original": { ··· 379 379 }, 380 380 "nixpkgs_3": { 381 381 "locked": { 382 - "lastModified": 1777718177, 383 - "narHash": "sha256-qq56SczKpUNKcm8xdOsXYLzaX37p1bLS0fFaCMB7s3Y=", 382 + "lastModified": 1778157832, 383 + "narHash": "sha256-KDidG68ivbHpI9mwl9NK4gARAROxEy3bZPe2BBo5ZyM=", 384 384 "owner": "NixOS", 385 385 "repo": "nixpkgs", 386 - "rev": "e59d8bfa2cc42b1e1104595ac4292cfedce7f1a4", 386 + "rev": "ec299c6a33eee9baf5b4d72881ca2f15c06b4f01", 387 387 "type": "github" 388 388 }, 389 389 "original": { ··· 449 449 "rust-overlay": "rust-overlay" 450 450 }, 451 451 "locked": { 452 - "lastModified": 1777720863, 453 - "narHash": "sha256-q1r9t4QlNjBq8OCz4/uXh/KRY1Zcek47H/Vp2Loz7IU=", 452 + "lastModified": 1777965920, 453 + "narHash": "sha256-+996D4JIMDSIxgJ8N02/D/kpmwLM2mTrxuWoTg0CkBg=", 454 454 "owner": "roc-lang", 455 455 "repo": "roc", 456 - "rev": "8adb248ce198774ac2fc1b1b8c2dec8a576dd809", 456 + "rev": "ee0fc49dc6a77410c561711da3dff89c4adecf2c", 457 457 "type": "github" 458 458 }, 459 459 "original": { ··· 520 520 "nixpkgs": "nixpkgs_5" 521 521 }, 522 522 "locked": { 523 - "lastModified": 1777338324, 524 - "narHash": "sha256-bc+ZZCmOTNq86/svGnw0tVpH7vJaLYvGLLKFYP08Q8E=", 523 + "lastModified": 1777944972, 524 + "narHash": "sha256-VfGRo1qTBKOe3s2gOv8LSoA6Fk19PvBlwQ1ECN0Evn8=", 525 525 "owner": "Mic92", 526 526 "repo": "sops-nix", 527 - "rev": "8eaee5c45428b28b8c47a83e4c09dccec5f279b5", 527 + "rev": "c591bf665727040c6cc5cb409079acb22dcce33c", 528 528 "type": "github" 529 529 }, 530 530 "original": {
+5 -5
modules/games.nix
··· 36 36 services.udev.packages = with pkgs; [ game-devices-udev-rules ]; 37 37 38 38 programs = { 39 - gamescope = { 40 - enable = true; 41 - # capSysNice = true; # This doesn't work inside of the bubblewrap container 42 - }; 39 + # gamescope = { 40 + # enable = true; 41 + # # capSysNice = true; # This doesn't work inside of the bubblewrap container 42 + # }; 43 43 steam = { 44 44 enable = true; 45 45 extest.enable = true; ··· 53 53 mangohud 54 54 modrinth-app 55 55 r2modman 56 - rpcs3 56 + # rpcs3 57 57 supertuxkart 58 58 ]; 59 59 }