Merge pull request #454 from genebean/hsts_fix

Hsts fix
This commit is contained in:
Gene Liverman 2024-10-12 09:39:47 -04:00 committed by GitHub
commit 78e1b8a70e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 100 additions and 31 deletions

View file

@ -49,6 +49,7 @@
nixos-cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs-stable.follows = "nixpkgs";
#inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
};