summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hosts/bin/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/hosts/bin/default.nix b/nixos/hosts/bin/default.nix
index f8882c1..22f85fa 100644
--- a/nixos/hosts/bin/default.nix
+++ b/nixos/hosts/bin/default.nix
@@ -43,7 +43,6 @@
};
nixpkgs.config.allowUnfree = true;
- environment.systemPackages = with pkgs; [ neovim ];
services.openssh = {
enable = true;
@@ -53,5 +52,8 @@
};
};
+ environment.systemPackages = with pkgs; [
+ ];
+
system.stateVersion = "26.05";
}