diff --git a/hosts/ti-clt-lpt01/default.nix b/hosts/ti-clt-lpt01/default.nix index 4d89f77..58eda5b 100644 --- a/hosts/ti-clt-lpt01/default.nix +++ b/hosts/ti-clt-lpt01/default.nix @@ -56,8 +56,14 @@ "127.0.0.1" = [ "tbmrs.nl" "auth.tbmrs.nl" - "forgejo.tbmrs.nl" - "immich.tbmrs.nl" + "git.tbmrs.nl" + "photos.tbmrs.nl" + "home.tbmrs.nl" + "uptime.tbmrs.nl" + "share.tbmrs.nl" + "vault.local.tbmrs.nl" + "paperless.local.tbmrs.nl" + "monitor.local.tbmrs.nl" ]; }; diff --git a/hosts/ti-clt-lpt01/home.nix b/hosts/ti-clt-lpt01/home.nix index c1556a4..f605296 100644 --- a/hosts/ti-clt-lpt01/home.nix +++ b/hosts/ti-clt-lpt01/home.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, inputs, ... }: { imports = [ @@ -60,6 +60,7 @@ unstable.hoppscotch unstable.apostrophe unstable.surfer # waveform viewer + unstable.drawio # Office libreoffice @@ -78,6 +79,10 @@ (import ../../modules/scripts/save_image.nix { inherit pkgs; }) ]; + programs.vscode = { + enable = true; + }; + # Enable home-manager programs.home-manager.enable = true;