Little fix

This commit is contained in:
Lillian Violet 2023-11-22 13:16:36 +01:00
parent 6cef1b8ad7
commit d76c837c13
2 changed files with 17 additions and 15 deletions

View file

@ -56,8 +56,7 @@
home.packages = with pkgs; [
# Coding:
docker
docker-compose
azuredatastudio
git
kate
@ -129,19 +128,6 @@
userName = "Lillian-Violet";
};
config.docker-containers = {
mssql = {
image = "mcr.microsoft.com/mssql/server:latest";
ports = ["127.0.0.1:1433:1433"];
volumes = [
"/var/lib/mssql"
];
cmd = [
"--base-url"
"\"/mssql\""
];
};
};
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";
}