Skip to content

Commit

Permalink
Enable upgrades for everything, except laptops...
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 20, 2024
1 parent c0050fa commit 46da2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/host-types/tinypc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

latex.enable = false;
programming.enable = false;
upgrades.enable = true;
};
}
1 change: 1 addition & 0 deletions modules/nixos/host-types/workstation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
config = lib.mkIf config.workstation.enable {
latex.enable = true;
programming.enable = true;
upgrades.enable = true;
};
}

0 comments on commit 46da2c6

Please sign in to comment.