fixed openssh keys, trying out roles

This commit is contained in:
2025-06-24 18:54:44 -04:00
parent db244dc7ea
commit a7d2db9c84
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{
pkgs,
lib,
role,
...
}: {
programs.firefox = {
@ -9,7 +10,7 @@
};
programs.chromium = {
enable = pkgs.stdenv.isLinux;
enable = pkgs.stdenv.isLinux && role == "devel";
package = pkgs.ungoogled-chromium.override {
enableWideVine = true;
commandLineArgs = [