Little fix
This commit is contained in:
parent
6cef1b8ad7
commit
d76c837c13
2 changed files with 17 additions and 15 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue