this repo has no description
1
fork

Configure Feed

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

Simplify Attlerock config

Ben C e9c67a55 03410aaf

+24 -18
+16 -16
flake.lock
··· 449 449 ] 450 450 }, 451 451 "locked": { 452 - "lastModified": 1775320414, 453 - "narHash": "sha256-pIDPHus8udcxO4lT+zUULBfvue2D08E73abzVEJNE+8=", 452 + "lastModified": 1775360939, 453 + "narHash": "sha256-XUBlSgUFdvTh6+K5LcI5mJu5F5L8scmJDMRiZM484TM=", 454 454 "owner": "nix-community", 455 455 "repo": "home-manager", 456 - "rev": "5ee3b3ef63e469c84639c2c9e282726352c86069", 456 + "rev": "2097a5c82bdc099c6135eae4b111b78124604554", 457 457 "type": "github" 458 458 }, 459 459 "original": { ··· 611 611 "xwayland-satellite-unstable": "xwayland-satellite-unstable" 612 612 }, 613 613 "locked": { 614 - "lastModified": 1775089852, 615 - "narHash": "sha256-zcX3hf2cTOQ06kRP+FCYbuaWhy+FLruLFp+D79Enjo4=", 614 + "lastModified": 1775397873, 615 + "narHash": "sha256-JmRWkYnH6xHQh9TyHtC3Vgbc/F7e/bTtZ7e5xx5GLsE=", 616 616 "owner": "sodiboo", 617 617 "repo": "niri-flake", 618 - "rev": "cfa91d98691d91cc604ab8f4e224819524c496ad", 618 + "rev": "d61ac998c61d65c354ecb4653dc4daeebd599969", 619 619 "type": "github" 620 620 }, 621 621 "original": { ··· 644 644 "niri-unstable": { 645 645 "flake": false, 646 646 "locked": { 647 - "lastModified": 1774616418, 648 - "narHash": "sha256-z+dLkAS4bqytIlOI4h2MnjBJrSP4d1Awx0n+IV5YA3Y=", 647 + "lastModified": 1775389417, 648 + "narHash": "sha256-6hFJBpP31H97upBDHJVPsm++io+9pjgApbXfxD0dCFo=", 649 649 "owner": "YaLTeR", 650 650 "repo": "niri", 651 - "rev": "8f48f56fe19918b5cfa02e5d68a47ebaf7bf3dee", 651 + "rev": "d1a0380eed224363749f1704ca3ff2ab1690b7f2", 652 652 "type": "github" 653 653 }, 654 654 "original": { ··· 664 664 ] 665 665 }, 666 666 "locked": { 667 - "lastModified": 1774762074, 668 - "narHash": "sha256-89Mh4Eb/5stVJX6kGagVMijcU2FmfeD8Qv7UXc5d92o=", 667 + "lastModified": 1775365369, 668 + "narHash": "sha256-DgH5mveLoau20CuTnaU5RXZWgFQWn56onQ4Du2CqYoI=", 669 669 "owner": "nix-community", 670 670 "repo": "nix-index-database", 671 - "rev": "bc13aeaed568be76eab84df88ff39261bb52ff70", 671 + "rev": "cef5cf82671e749ac87d69aadecbb75967e6f6c3", 672 672 "type": "github" 673 673 }, 674 674 "original": { ··· 903 903 }, 904 904 "spoon": { 905 905 "locked": { 906 - "lastModified": 1775051954, 907 - "narHash": "sha256-E881Oer+ok1buMzdCdgH0I9S4SmGfCa78NXCchPf46I=", 906 + "lastModified": 1775365432, 907 + "narHash": "sha256-mkPRgQiSDIDPxcyE7Jm9/28GLEfab9us/TZBBfxSWgc=", 908 908 "ref": "refs/heads/main", 909 - "rev": "835d8c3c50eb4af2b6e785d5ddb459a99296414f", 910 - "revCount": 435, 909 + "rev": "953b69a6adc339c655ae34ad4b9a28a496ed1db5", 910 + "revCount": 438, 911 911 "type": "git", 912 912 "url": "https://codeberg.org/spoonbaker/mono" 913 913 },
+8 -2
nixosConfigurations/attlerock.nix
··· 22 22 }; 23 23 24 24 cow = { 25 - bean.sudoer = true; 25 + base.enable = true; 26 + hm.enable = true; 27 + network.enable = true; 28 + cat.enable = true; 29 + bean = { 30 + enable = true; 31 + sudoer = true; 32 + }; 26 33 lanzaboote.enable = true; 27 - role-laptop.enable = true; 28 34 imperm.enable = true; 29 35 disks = { 30 36 enable = true;