mirror of https://github.com/bjeanes/dotfiles.git
Let nix-darwin manage daemon
Daemon crashed on my second macos machine; perhaps the socket listener will help recovery if it happens again?wip
parent
37f1b86923
commit
be9e41bfe5
|
@ -131,8 +131,11 @@
|
||||||
inputs.nixvim.nixDarwinModules.nixvim
|
inputs.nixvim.nixDarwinModules.nixvim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.useDaemon = true;
|
||||||
|
services.nix-daemon.enable = true;
|
||||||
|
services.nix-daemon.enableSocketListener = true;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
useDaemon = true;
|
|
||||||
configureBuildUsers = true;
|
configureBuildUsers = true;
|
||||||
|
|
||||||
## Control the version of Nix that nix-darwin uses. At time of writing, it defaults to 2.18.x, but latest is 2.23.3.
|
## Control the version of Nix that nix-darwin uses. At time of writing, it defaults to 2.18.x, but latest is 2.23.3.
|
||||||
|
|
Loading…
Reference in New Issue