forked from the-distro/infra
common/base-server: use ambiant stable lix by default
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
6fb584109a
commit
e27f152f00
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue