mirror of https://gitlab.crans.org/nounous/nixos
Ajout redite
parent
4914c73e77
commit
15f2d90432
|
@ -6,6 +6,7 @@
|
|||
./networking.nix
|
||||
|
||||
../../../modules
|
||||
../../../modules/services/libreddit.nix
|
||||
];
|
||||
|
||||
networking.hostName = "redite";
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.libreddit = {
|
||||
openFirewall = true;
|
||||
port = 80;
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue