diff options
author | Martin Fischer <martin@push-f.com> | 2025-02-22 11:07:20 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-02-22 11:07:30 +0100 |
commit | 1b13fc637d9e7cdec40bc5cd75eb2f44a91da99b (patch) | |
tree | e2f3f247916c7ff7b03f3941bfadce148aa1b7cc | |
parent | 370f034436112632dac273757d5d7ad5807136fc (diff) |
feat(workstation): add platformio and dialout group for split-flap
-rw-r--r-- | nixos/profiles/workstation/default.nix | 1 | ||||
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index fee6a86..523cb1b 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -31,6 +31,7 @@ in extraGroups = [ "wheel" "networkmanager" + "dialout" ]; }; diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index 1e04b4c..26da7dc 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -21,6 +21,7 @@ vscodium # I'm installing extensions via my install-imperative script. + platformio ]; virtualisation.podman = { |