my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

refactor: remove legacy shim

isabel 93406db7 e3599f45

+3 -10
+3 -1
modules/base/nix/nix.nix
··· 55 55 # automatically optimise symlinks 56 56 # Disable auto-optimise-store because of this issue: 57 57 # https://github.com/NixOS/nix/issues/7273 58 - auto-optimise-store = pkgs.stdenv.hostPlatform.isLinux; 58 + # but we use lix which has a fix for this issue: 59 + # https://gerrit.lix.systems/c/lix/+/2100 60 + auto-optimise-store = true; 59 61 60 62 # users or groups which are allowed to do anything with the Nix daemon 61 63 allowed-users = [ sudoers ];
-9
modules/darwin/nix.nix
··· 7 7 Minute = 15; 8 8 }; 9 9 10 - # we cannot use auto-optimise-store so we do this instead 11 - # https://github.com/NixOS/nix/issues/7273 12 - optimise.interval = [ 13 - { 14 - Hour = 3; 15 - Minute = 45; 16 - } 17 - ]; 18 - 19 10 # we add more platforms here because of the limited number of darwin 20 11 # maintainers that exist, thus meaning less working packages for darwin. 21 12 settings.extra-platforms = [