mimir: Set up podman insecure registries, use full hostname for NAS mount
This commit is contained in:
parent
5a622be5c1
commit
f6e892ea39
1 changed files with 4 additions and 1 deletions
|
@ -44,6 +44,9 @@
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNvidia = true;
|
enableNvidia = true;
|
||||||
|
insecureRegistries = [
|
||||||
|
"containers.internal.horus.nu"
|
||||||
|
];
|
||||||
# enableTcpSocket = true;
|
# enableTcpSocket = true;
|
||||||
};
|
};
|
||||||
fonts.enable = true;
|
fonts.enable = true;
|
||||||
|
@ -121,7 +124,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/horus/Public" = {
|
"/mnt/horus/Public" = {
|
||||||
device = "//horusnas1/Horusdata/Public";
|
device = "//horusnas1.internal.horus.nu/Horusdata/Public";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
options =
|
options =
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Reference in a new issue