mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 00:48:30 +00:00
Move daemon enable
This commit is contained in:
parent
b10cc6728c
commit
251e456fbc
11
flake.nix
11
flake.nix
@ -46,17 +46,6 @@
|
||||
};
|
||||
};
|
||||
}
|
||||
(
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.nix-daemon.enable = true;
|
||||
}
|
||||
)
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -38,4 +38,6 @@
|
||||
pkgs.htop
|
||||
pkgs.tree
|
||||
];
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user