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 {
|
||||
environment.packages = with pkgs; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
jdk
|
||||
];
|
||||
|
||||
|
||||
systemd.timers."rooms" = {
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue