fix: get better path (not nestled)
This commit is contained in:
parent
4a0d32083c
commit
d4ceea2815
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
|
||||
home = mkOption rec {
|
||||
type = types.str;
|
||||
default = "/etc/skynet/${package_name}";
|
||||
default = "/etc/skynet_${package_name}";
|
||||
description = "The home for the user";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue