diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 16:47:15 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-20 16:47:15 -0600 |
| commit | 4bbaf8fff29ea4f50771025327cb16ed8995aab7 (patch) | |
| tree | e2f2a659760dc7ac1c1b73ed32fc65cb7d94e569 /hosts | |
| parent | 817e2429636d706ba6ee48ac0a276f54bfc614e5 (diff) | |
work on agenix
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/jupiter/config.nix | 1 | ||||
| -rw-r--r-- | hosts/jupiter/nixos.nix | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix index 9e3eff2..9747720 100644 --- a/hosts/jupiter/config.nix +++ b/hosts/jupiter/config.nix @@ -52,6 +52,7 @@ enable = true; networkmanager.enable = true; tailscale.enable = true; + sshd.enable = true; }; audio = { diff --git a/hosts/jupiter/nixos.nix b/hosts/jupiter/nixos.nix index 86d5a6e..f318195 100644 --- a/hosts/jupiter/nixos.nix +++ b/hosts/jupiter/nixos.nix @@ -7,7 +7,6 @@ inputs.disko.nixosModules.disko ./disks.nix - ./minecraft.nix ./samba.nix inputs.nixos-facter-modules.nixosModules.facter @@ -19,7 +18,6 @@ systemd.network.wait-online.enable = false; # fix for weird wifi issue # music stuff - services.pipewire.jack.enable = true; environment.systemPackages = with pkgs; [vital helvum bambu-studio]; fonts.packages = [pkgs.nerd-fonts.iosevka]; |
