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") ]
|
||||
# Programs
|
||||
++ ylib.umport {
|
||||
paths = [ ./programs ];
|
||||
path = ./programs;
|
||||
recursive = true;
|
||||
}
|
||||
# Programs by host
|
||||
++ ylib.umport {
|
||||
paths = [ ./by_hosts/${settings.system.hostname} ];
|
||||
path = lib.fileset.maybeMissing ./by_hosts/${settings.system.hostname};
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue