this repo has no description
0
fork

Configure Feed

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

derp?

+4 -3
+1 -1
darwin/darwin.nix
··· 94 94 95 95 # Use a custom configuration.nix location. 96 96 # $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix 97 - environment.darwinConfig = "$HOME/.config/nix/darwin"; 97 + # environment.darwinConfig = "$HOME/.config/nix/darwin"; 98 98 99 99 # Auto upgrade nix package and the daemon service. 100 100 services.nix-daemon.enable = true;
+3 -2
darwin/flake.nix
··· 44 44 ]; 45 45 46 46 # Auto upgrade nix package and the daemon service. 47 - services.nix-daemon.enable = true; 48 - # nix.package = pkgs.nix; 47 + # services.nix-daemon.enable = true; 48 + nix.package = pkgs.nix; 49 + nix.settings.trusted-users = ["root" "mofin"]; 49 50 50 51 # Necessary for using flakes on this system. 51 52 nix.settings.experimental-features = "nix-command flakes";