Clean up config
This commit is contained in:
parent
8864566ba9
commit
a5404d3b91
3 changed files with 7 additions and 29 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -23,11 +23,11 @@
|
|||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1758780129,
|
||||
"narHash": "sha256-W6ZGB+Ws+WKSYZ0GaDUipgHRlb3WuJ5XAoyKojrjql4=",
|
||||
"lastModified": 1759201958,
|
||||
"narHash": "sha256-+vm2LR3c38rjy+nZMtmxjJEsItH5coIqa1mHjSnIB8M=",
|
||||
"owner": "sadjow",
|
||||
"repo": "claude-code-nix",
|
||||
"rev": "52e473ff3ed860e423e5dcb22555d8de91429849",
|
||||
"rev": "a9151e71771a1c2d1874cffe549749c5c27642ed",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
@ -224,11 +224,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1758446476,
|
||||
"narHash": "sha256-5rdAi7CTvM/kSs6fHe1bREIva5W3TbImsto+dxG4mBo=",
|
||||
"lastModified": 1759070547,
|
||||
"narHash": "sha256-JVZl8NaVRYb0+381nl7LvPE+A774/dRpif01FKLrYFQ=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a1f79a1770d05af18111fbbe2a3ab2c42c0f6cd0",
|
||||
"rev": "647e5c14cbd5067f44ac86b74f014962df460840",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -16,18 +16,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# WebDAV file server
|
||||
# files = {
|
||||
# rule = "Host(`files.${config.networking.hostName}.yanlincs.com`)";
|
||||
# entrypoints = "websecure";
|
||||
# service = "files";
|
||||
# tls = {
|
||||
# certResolver = "cloudflare";
|
||||
# domains = [{
|
||||
# main = "*.${config.networking.hostName}.yanlincs.com";
|
||||
# }];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -39,14 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# WebDAV file server
|
||||
# files = {
|
||||
# loadBalancer = {
|
||||
# servers = [{
|
||||
# url = "http://localhost:5009";
|
||||
# }];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -153,7 +153,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# Open firewall port if needed (usually not needed as it goes through Traefik)
|
||||
# networking.firewall.allowedTCPPorts = [ cfg.port ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue