Compare commits
2 Commits
2b854183ac
...
b3a419de26
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3a419de26 | ||
|
|
0b3931ff86 |
7
home-modules/hugo.nix
Normal file
7
home-modules/hugo.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
hugo
|
||||
dart-sass
|
||||
];
|
||||
}
|
||||
@@ -9,12 +9,12 @@
|
||||
Port 50022
|
||||
|
||||
HOST nxacel
|
||||
HostName 192.168.178.32
|
||||
HostName 10.0.1.1
|
||||
User nx2
|
||||
Port 50022
|
||||
|
||||
HOST nxrpil
|
||||
HostName 192.168.178.31
|
||||
HostName 10.0.1.31
|
||||
User nx2
|
||||
Port 22
|
||||
|
||||
|
||||
1
home.nix
1
home.nix
@@ -62,6 +62,7 @@
|
||||
./home-modules/zathura.nix
|
||||
./home-modules/zoxide.nix
|
||||
] ++ (if (host == "NxACE") then [
|
||||
./home-modules/hugo.nix
|
||||
./home-modules/nx2site.nix
|
||||
./home-modules/nx2site-backup.nix
|
||||
] else []);
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
8000
|
||||
8080
|
||||
];
|
||||
};
|
||||
environment.etc = {
|
||||
|
||||
Reference in New Issue
Block a user