Merge pull request #73462 from flokli/lorri-module-systempackage

nixos/lorri: add to environment.systemPackages
This commit is contained in:
Florian Klink 2019-11-15 17:23:04 +01:00 committed by GitHub
commit 01f0b323e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,5 +41,7 @@ in {
Restart = "on-failure";
};
};
environment.systemPackages = [ pkgs.lorri ];
};
}