mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: hledger test
This commit is contained in:
parent
2c74e855d1
commit
fed916f55a
1 changed files with 9 additions and 1 deletions
|
@ -42,7 +42,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
# enableAllTerminfo = true;
|
|
||||||
systemPackages = builtins.attrValues {
|
systemPackages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
hledger
|
hledger
|
||||||
|
@ -50,6 +49,15 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users = {
|
||||||
|
users.${service.name} = {
|
||||||
|
isSystemUser = true;
|
||||||
|
group = service.name;
|
||||||
|
home = service.paths.path0;
|
||||||
|
};
|
||||||
|
groups.${service.name} = { };
|
||||||
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/${service.name}" = {
|
fileSystems."/var/lib/${service.name}" = {
|
||||||
device = service.paths.path0;
|
device = service.paths.path0;
|
||||||
fsType = "none";
|
fsType = "none";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue