mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
ob: ports
This commit is contained in:
parent
33935ea0b2
commit
f4336e350e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ in
|
|||
services.emanote = {
|
||||
enable = true;
|
||||
notes = [ myVault ];
|
||||
port = 7000;
|
||||
port = 7001;
|
||||
package = inputs.emanote.packages.${pkgs.system}.default;
|
||||
};
|
||||
|
||||
|
|
@ -21,6 +21,6 @@ in
|
|||
enable = true;
|
||||
package = inputs.imako.packages.${pkgs.system}.default;
|
||||
vaultDir = myVault;
|
||||
port = 4009;
|
||||
port = 7002;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue