1
0
Fork 0

Fix assertions

This commit is contained in:
Malte Brandy 2021-06-02 02:16:40 +02:00
parent 9bd113aef8
commit 77cda01a4c
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@ in
users.${name} = {
group = name;
home = stateDir;
isSystemUser = true;
};
};
systemd.services.${name} = {

View file

@ -85,6 +85,7 @@ in
users.laminar = {
group = "laminar";
home = stateDir;
isSystemUser = true;
};
};
environment.systemPackages = [ pkgs.laminar ];