mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Fix building and don't eval cache
This commit is contained in:
parent
427ef39f35
commit
62ec73e3f0
2 changed files with 4 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
|||
controlPath = "~/.ssh/control";
|
||||
in homeConfiguration {
|
||||
home.activation.createControlPath = {
|
||||
after = [ "writeBoundary" ];
|
||||
data = "mkdir --parents ${controlPath}";
|
||||
after = [ "writeBoundary" ];
|
||||
before = [];
|
||||
data = "mkdir --parents ${controlPath}";
|
||||
};
|
||||
|
||||
programs.ssh = enabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue