my nixos config
0
fork

Configure Feed

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

minor uncommitted thing

chfour 01eb8344 9a168adc

+7 -5
+7 -5
flake.nix
··· 32 32 }; 33 33 defaults = { ... }: { 34 34 imports = [ lix-module.nixosModules.default ]; 35 - nixpkgs.config.allowUnfree = true; 36 - nix.settings = { 37 - experimental-features = [ "nix-command" "flakes" ]; 38 - auto-optimise-store = true; 35 + config = { 36 + nixpkgs.config.allowUnfree = true; 37 + nix.settings = { 38 + experimental-features = [ "nix-command" "flakes" ]; 39 + auto-optimise-store = true; 40 + }; 41 + environment.stub-ld.enable = false; # 24.05 39 42 }; 40 - environment.stub-ld.enable = false; # 24.05 41 43 }; 42 44 }; 43 45 nixosConfigurations = {