diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-11-30 16:35:17 -0600 |
| commit | cdad26dfda64e94d19db576e93793ded9434bd09 (patch) | |
| tree | 82bac4d4a68750b570ebbbb78c4d0749be96c6e1 /hosts/jupiter/system.nix | |
| parent | 9882f579108d7c39589c7e96b428dced121bd31a (diff) | |
changes from a long time ago.
Diffstat (limited to 'hosts/jupiter/system.nix')
| -rw-r--r-- | hosts/jupiter/system.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/jupiter/system.nix b/hosts/jupiter/system.nix index 1c63845..906ee2a 100644 --- a/hosts/jupiter/system.nix +++ b/hosts/jupiter/system.nix @@ -16,10 +16,8 @@ time.timeZone = "America/Chicago"; - systemd.network.wait-online.enable = false; # fix for weird wifi issue - services.pipewire.jack.enable = true; - environment.systemPackages = with pkgs; [puredata vital helvum]; + environment.systemPackages = with pkgs; [vital helvum]; system.stateVersion = "25.05"; } |
