❄️ Dotfiles and NixOS configurations
0
fork

Configure Feed

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

darwinConfigurations/builder: remove obsolete options

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

-3
-3
darwinConfigurations/builder/configuration.nix
··· 16 16 programs.bash.enable = true; 17 17 programs.bash.completion.enable = true; 18 18 19 - services.nix-daemon.enable = true; 20 - 21 19 nix = { 22 20 package = pkgs.nix; 23 21 settings = { ··· 31 29 32 30 gc = { 33 31 automatic = true; 34 - user = ""; 35 32 interval = { 36 33 Minute = 15; 37 34 };