blah
This commit is contained in:
parent
7d13953c9d
commit
5acc5ab3c9
3 changed files with 8 additions and 2 deletions
|
@ -162,6 +162,7 @@
|
||||||
};
|
};
|
||||||
dalinar = nixpkgs-stable.lib.nixosSystem {
|
dalinar = nixpkgs-stable.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
pkgs = stable;
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./systems/dalinar/configuration.nix
|
./systems/dalinar/configuration.nix
|
||||||
|
|
|
@ -17,8 +17,6 @@ in {
|
||||||
settings = { auto-optimise-store = true; };
|
settings = { auto-optimise-store = true; };
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
};
|
};
|
||||||
# nixpkgs.config.allowUnFree = true;
|
|
||||||
# pkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -205,6 +205,8 @@
|
||||||
"vpnui.cochrun.xyz"
|
"vpnui.cochrun.xyz"
|
||||||
"inv.cochrun.xyz"
|
"inv.cochrun.xyz"
|
||||||
"tubesync.cochrun.xyz"
|
"tubesync.cochrun.xyz"
|
||||||
|
"amp.cochrun.xyz"
|
||||||
|
"workout.cochrun.xyz"
|
||||||
];
|
];
|
||||||
passwordFile = "/home/chris/ddclientp";
|
passwordFile = "/home/chris/ddclientp";
|
||||||
protocol = "namecheap";
|
protocol = "namecheap";
|
||||||
|
@ -288,6 +290,11 @@
|
||||||
reverse_proxy localhost:8123
|
reverse_proxy localhost:8123
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
virtualHosts = {
|
||||||
|
"amp.cochrun.xyz".extraConfig = ''
|
||||||
|
reverse_proxy localhost:4533
|
||||||
|
'';
|
||||||
|
};
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"ai.cochrun.xyz".extraConfig = ''
|
"ai.cochrun.xyz".extraConfig = ''
|
||||||
reverse_proxy localhost:11434
|
reverse_proxy localhost:11434
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue