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 = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
insecureRegistries = [
|
||||
"containers.internal.horus.nu"
|
||||
];
|
||||
# enableTcpSocket = true;
|
||||
};
|
||||
fonts.enable = true;
|
||||
|
@ -121,7 +124,7 @@
|
|||
};
|
||||
|
||||
"/mnt/horus/Public" = {
|
||||
device = "//horusnas1/Horusdata/Public";
|
||||
device = "//horusnas1.internal.horus.nu/Horusdata/Public";
|
||||
fsType = "cifs";
|
||||
options =
|
||||
let
|
||||
|
|
Loading…
Add table
Reference in a new issue