Compare commits

..

2 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
b3a419de26 local ip changes 2025-03-02 19:49:26 +01:00
Lennart J. Kurzweg (Nx2)
0b3931ff86 hugo 2025-03-02 19:49:09 +01:00
4 changed files with 12 additions and 2 deletions

7
home-modules/hugo.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
hugo
dart-sass
];
}

View File

@@ -9,12 +9,12 @@
Port 50022 Port 50022
HOST nxacel HOST nxacel
HostName 192.168.178.32 HostName 10.0.1.1
User nx2 User nx2
Port 50022 Port 50022
HOST nxrpil HOST nxrpil
HostName 192.168.178.31 HostName 10.0.1.31
User nx2 User nx2
Port 22 Port 22

View File

@@ -62,6 +62,7 @@
./home-modules/zathura.nix ./home-modules/zathura.nix
./home-modules/zoxide.nix ./home-modules/zoxide.nix
] ++ (if (host == "NxACE") then [ ] ++ (if (host == "NxACE") then [
./home-modules/hugo.nix
./home-modules/nx2site.nix ./home-modules/nx2site.nix
./home-modules/nx2site-backup.nix ./home-modules/nx2site-backup.nix
] else []); ] else []);

View File

@@ -17,6 +17,8 @@
firewall.allowedTCPPorts = [ firewall.allowedTCPPorts = [
80 80
443 443
8000
8080
]; ];
}; };
environment.etc = { environment.etc = {