add mssql user

This commit is contained in:
Lillian-Violet 2023-11-22 13:55:13 +01:00
parent 448821301a
commit 6acf0e9ae3

View file

@ -167,6 +167,9 @@
extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf" "docker"]; extraGroups = ["sudo" "networkmanager" "wheel" "vboxsf" "docker"];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
mssql = {
isNormalUser = false;
};
}; };
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {