fix: systemPackages
This commit is contained in:
parent
3193838d5e
commit
3c64a317ea
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.packages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
jdk
|
jdk
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.timers."rooms" = {
|
systemd.timers."rooms" = {
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue