mealie transfered
This commit is contained in:
parent
6f7bc34012
commit
c40c7df313
3 changed files with 16 additions and 9 deletions
|
|
@ -47,7 +47,7 @@ in {
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts."mealie.polensky.me".extraConfig = ''
|
||||
reverse_proxy http://localhost:9925
|
||||
reverse_proxy http://192.168.1.242:9000
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
@ -61,17 +61,13 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
htop-vim
|
||||
neovim
|
||||
tmux
|
||||
curl
|
||||
wget
|
||||
git
|
||||
ranger
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
users."${user}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue