Compare commits
No commits in common. "54829d73659b9740acece17bcc816fe3bfb6537d" and "11aacf0e6cbbee8dfa40b6485f9a816b66b4a6c9" have entirely different histories.
54829d7365
...
11aacf0e6c
3 changed files with 2 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "nydragon";
|
userName = "Nydragon";
|
||||||
userEmail = "contact@ccnlc.eu";
|
userEmail = "contact@ccnlc.eu";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
|
|
|
@ -96,6 +96,7 @@ in
|
||||||
pulseview.enable = true;
|
pulseview.enable = true;
|
||||||
gnupg.agent = {
|
gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,6 @@ in
|
||||||
clientMaxBodySize = "100M";
|
clientMaxBodySize = "100M";
|
||||||
virtualHosts = builtins.listToAttrs [
|
virtualHosts = builtins.listToAttrs [
|
||||||
(mkVHost "rusty.ccnlc.eu" 8000 true)
|
(mkVHost "rusty.ccnlc.eu" 8000 true)
|
||||||
(mkVHost "hedgedoc.ccnlc.eu" 4739 true)
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -122,15 +121,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.hedgedoc = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
domain = "hedgedoc.ccnlc.eu";
|
|
||||||
host = "0.0.0.0";
|
|
||||||
port = 4739;
|
|
||||||
protocolUseSSL = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue