bao: configure keepass db path
parent
d7c499dde1
commit
19b9a0713e
|
@ -91,6 +91,12 @@
|
||||||
./home.nix
|
./home.nix
|
||||||
kde_module
|
kde_module
|
||||||
./base/productive_desktop.nix
|
./base/productive_desktop.nix
|
||||||
|
{
|
||||||
|
# since home.nix forces us to use keepass, and base.keepass.path
|
||||||
|
# defaults to a bad value (on purpose), we should configure a
|
||||||
|
# it to be the proper path
|
||||||
|
base.keepass.path = "/perso/garden/keepass.kdbx";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
# optionally pass inarguments to module
|
# optionally pass inarguments to module
|
||||||
# we migrate this from in-place modules to allow flexibility
|
# we migrate this from in-place modules to allow flexibility
|
||||||
|
|
Loading…
Reference in New Issue