From e27f152f00a5845ba65773684752888927a2d45c Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 5 Jul 2024 13:29:47 +0200 Subject: [PATCH] common/base-server: use ambiant stable lix by default Signed-off-by: Raito Bezarius --- common/base-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/base-server.nix b/common/base-server.nix index b93a24d..4bfa9bf 100644 --- a/common/base-server.nix +++ b/common/base-server.nix @@ -1,7 +1,7 @@ { lib, pkgs, ... }: { nixpkgs.overlays = import ../overlays; - nix.package = pkgs.lix; + nix.package = lib.mkDefault pkgs.lix; services.openssh.enable = lib.mkForce true; networking.firewall.enable = true;