File tree 5 files changed +0
-6
lines changed
5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ Configuration lives in `~/.nixpkgs/darwin-configuration.nix`. Check out
68
68
];
69
69
70
70
# Auto upgrade nix package and the daemon service.
71
- services.nix-daemon.enable = true;
72
71
nix.package = pkgs.nix;
73
72
}
74
73
```
Original file line number Diff line number Diff line change 17
17
] ;
18
18
19
19
# Auto upgrade nix package and the daemon service.
20
- services . nix-daemon . enable = true ;
21
20
# nix.package = pkgs.nix;
22
21
23
22
# Necessary for using flakes on this system.
Original file line number Diff line number Diff line change 8
8
in
9
9
10
10
{
11
- services . nix-daemon . enable = true ;
12
-
13
11
nix . settings . substituters = [ "http://cache1" ] ;
14
12
nix . settings . trusted-public-keys = [ "cache.daiderd.com-1:R8KOWZ8lDaLojqD+v9dzXAqGn29gEzPTTbr/GIpCTrI=" ] ;
15
13
Original file line number Diff line number Diff line change 77
77
# serviceConfig.ProcessType = "Background";
78
78
# };
79
79
80
- services . nix-daemon . enable = true ;
81
80
# services.nix-daemon.enableSocketListener = true;
82
81
83
82
nix . extraOptions = ''
Original file line number Diff line number Diff line change 12
12
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
13
13
14
14
# Auto upgrade nix package and the daemon service.
15
- # services.nix-daemon.enable = true;
16
15
# nix.package = pkgs.nix;
17
16
18
17
# Enable alternative shell support in nix-darwin.
You can’t perform that action at this time.
0 commit comments