maybe missing paths
This commit is contained in:
parent
2bea94afc4
commit
0ed9e8ecab
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
||||||
[ (settings.usersDir + "/_common/home.nix") ]
|
[ (settings.usersDir + "/_common/home.nix") ]
|
||||||
# Programs
|
# Programs
|
||||||
++ ylib.umport {
|
++ ylib.umport {
|
||||||
paths = [ ./programs ];
|
path = ./programs;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
}
|
}
|
||||||
# Programs by host
|
# Programs by host
|
||||||
++ ylib.umport {
|
++ ylib.umport {
|
||||||
paths = [ ./by_hosts/${settings.system.hostname} ];
|
path = lib.fileset.maybeMissing ./by_hosts/${settings.system.hostname};
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue