summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-12 17:21:12 +0200
committerGitHub <noreply@github.com>2026-06-12 17:21:12 +0200
commitb952c97d11e6d1a1206fd36cd8049801d319cd03 (patch)
tree3a8d311cb8403929cb64e78f1ce0136e92fb0dc8 /nixos
parentf8a408a4f473856c6485ef3bf812748e0d96953b (diff)
Update default.nix
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";
}