renamed mod -> modules in hosts->kepler | add /etc/nixos to git as safe dir
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
nitter = {
|
||||
enable = true;
|
||||
|
||||
server = {
|
||||
https = true;
|
||||
port = 3002;
|
||||
hostname = "nitter twitter";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user