From 424f6396979d7a1ba42a7afe412eb12251d0b945 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 19 May 2024 10:08:09 -0400 Subject: [PATCH] Adding Stuff That My Physical Machine Needs To The Wrong File Too --- hosts/virt-nix/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/virt-nix/default.nix b/hosts/virt-nix/default.nix index 3373743..cb908f4 100644 --- a/hosts/virt-nix/default.nix +++ b/hosts/virt-nix/default.nix @@ -66,6 +66,19 @@ inputs.nixpkgs.lib.nixosSystem { nixpkgs.config.allowUnfree = true; system.stateVersion = "23.11"; home-manager.backupFileExtension = "backup"; + environment.systemPackages = with pkgs; [ + vim + wget + python3 + age + sops + ]; + services.openssh.enable = true; + services.flatpak.enable = true; + services.netbird.enable = true; # TODO: Move this to the netbird configs + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + sound.enable = true; # TODO: Add the rest of the sound stuff... gui.enable = true; discord.enable = true;