hugo
This commit is contained in:
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
|
||||||
|
];
|
||||||
|
}
|
||||||
1
home.nix
1
home.nix
@@ -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 []);
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
|
8000
|
||||||
|
8080
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
|
|||||||
Reference in New Issue
Block a user