Compare commits

..

2 commits

Author SHA1 Message Date
1cec05270e flake.lock: Update
Flake lock file updates:

• Updated input 'secrets':
    'git+ssh://git@git.caspervk.net/caspervk/nixos-secrets.git?ref=refs/heads/master&rev=833bd4232b64b3cd84385f1e1faa058ac49db2b1' (2024-04-29)
  → 'git+ssh://git@git.caspervk.net/caspervk/nixos-secrets.git?ref=refs/heads/master&rev=6d65c05c19961bd0874240810446378cd04c0257' (2024-04-29)
2024-05-01 01:07:15 +02:00
76e6e99460 sigma: memos 2024-05-01 01:07:15 +02:00

View file

@ -8,7 +8,9 @@
MEMOS_METRIC = "false";
};
ports = [
"127.0.0.1:5230:5230"
# TODO: for some *very* weird reason, exposing the port does not work
# if we use the same port on the host and inside the container. Why??
"127.0.0.1:5231:5230"
];
volumes = [
"memos:/var/opt/memos"