add httpd.nix
This commit is contained in:
parent
5811ed30cc
commit
6ab687c2f6
2 changed files with 4 additions and 0 deletions
|
|
@ -4,5 +4,6 @@
|
|||
(libs.root "/modules/services/cloudflare-dyndns.nix")
|
||||
(libs.root "/modules/services/fail2ban.nix")
|
||||
(libs.root "/modules/services/openssh.nix")
|
||||
(libs.root "/modules/services/httpd.nix")
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
zip
|
||||
unzip
|
||||
|
||||
kdePackages.kio-extras
|
||||
kdePackages.kio-fuse
|
||||
]
|
||||
++ [
|
||||
(lib.mkIf config.virtualisation.waydroid.enable (pkgs.callPackage (custom.cage-xtmapper {}) {}))
|
||||
|
|
|
|||
Reference in a new issue