i once again again again ened to sync
This commit is contained in:
parent
9cac325698
commit
6063d2b438
18 changed files with 1264 additions and 1375 deletions
|
|
@ -6,6 +6,10 @@
|
|||
}:
|
||||
|
||||
{
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
networking = {
|
||||
interfaces = {
|
||||
enp42s0 = {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
locale = "de_DE.UTF-8";
|
||||
hostname = "marty-pc";
|
||||
};
|
||||
server.media.stump.enable = true;
|
||||
apps = {
|
||||
audio = {
|
||||
base.enable = true;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,18 @@ in
|
|||
ipv6local = [ netname ];
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts = {
|
||||
"${config.networking.domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/var/www/marty.tf/";
|
||||
};
|
||||
"share.marty.tf" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/var/www/ShadowCat/";
|
||||
};
|
||||
};
|
||||
|
||||
containers.tamatas-upcycling = {
|
||||
autoStart = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue