Compare commits

..

No commits in common. "9c826166216797e242ae769814b0b980a40cca51" and "b13c022ea4fce941c393baf6b93211616419b7a4" have entirely different histories.

2 changed files with 6 additions and 9 deletions

8
flake.lock generated
View file

@ -57,11 +57,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740993886, "lastModified": 1740846160,
"narHash": "sha256-nTFDTAtrS5mNxBpPRUOfe5nNTufsQHKXGij3v2/szew=", "narHash": "sha256-+ZP7FJM7Br30zGDeAHrstvZFtIDjsisQvxD7aHSPk2o=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "05961efe319003fd46f4e110c14189a85d5901fb", "rev": "a34d5751c3933e8ac2ae2c9d46ea657f9eaab4c1",
"revCount": 62, "revCount": 57,
"type": "git", "type": "git",
"url": "https://git.uku3lig.net/uku/camasca" "url": "https://git.uku3lig.net/uku/camasca"
}, },

View file

@ -4,9 +4,6 @@
cfTunnels."maven.uku3lig.net" = "http://localhost:8080"; cfTunnels."maven.uku3lig.net" = "http://localhost:8080";
services.reposilite = { # see exprs/reposilite/module.nix
enable = true; services.reposilite.enable = true;
database.type = "sqlite";
settings.port = 8080;
};
} }