Compare commits

..

7 commits

Author SHA1 Message Date
21f781a55a
fixup! services/forgejo: forgejo but make it COOL
Some checks failed
/ check (pull_request) Failing after 1m44s
2025-03-22 00:53:16 +01:00
9b58ee55bc
services/forgejo: enable git hooks
All checks were successful
/ check (pull_request) Successful in 1m55s
2025-03-22 00:31:30 +01:00
88a3875340
services/forgejo: use latest instead of lts 2025-03-22 00:31:15 +01:00
9169f05ff5
services/forgejo: forgejo but make it COOL 2025-03-22 00:30:42 +01:00
ae66e9fd21
modules/system/containers: enable nat for container interfaces
All checks were successful
/ check (pull_request) Successful in 44s
2025-03-21 23:56:53 +01:00
1a62c97de4
services/forgejo: move from hosts/kazuki 2025-03-21 23:56:53 +01:00
33d2682245
services/kanidm: init 2025-03-21 23:56:51 +01:00
3 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -47,11 +47,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1742674578, "lastModified": 1742497754,
"narHash": "sha256-WnbRUpnUtd0UadC/zrwQjCWi2P0f/pBLv0HSknZ+0t8=", "narHash": "sha256-fCM/cnenyg+HQ3Ek7uXu04UX/aXrHBD6BW93/rYWZHE=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "faf973d3829e1b9b9e76ca2d0a09389c0c8233cb", "rev": "af9d18efe24894a63c39d37bc0d2ddbea413aaa8",
"revCount": 368, "revCount": 366,
"type": "git", "type": "git",
"url": "https://git.lix.systems/nrabulinski/attic.git" "url": "https://git.lix.systems/nrabulinski/attic.git"
}, },

View file

@ -68,7 +68,6 @@
# custom assets # custom assets
"*.png" "*.png"
"*.svg"
]; ];
settings.on-unmatched = "fatal"; settings.on-unmatched = "fatal";
}; };