Move all nixos-modules out of qois subfolder
This commit is contained in:
parent
d49f58265f
commit
97d1a30329
22 changed files with 3 additions and 14 deletions
|
@ -15,11 +15,11 @@
|
||||||
# Services
|
# Services
|
||||||
|
|
||||||
- [E-mail](email.md)
|
- [E-mail](email.md)
|
||||||
- [Git CI Runner](nixos-modules/qois/git-ci-runner/README.md)
|
- [Git CI Runner](nixos-modules/git-ci-runner/README.md)
|
||||||
- [Git Hosting](nixos-modules/qois/git/README.md)
|
- [Git Hosting](nixos-modules/git/README.md)
|
||||||
- [Nextcloud](defaults/nextcloud/README.md)
|
- [Nextcloud](defaults/nextcloud/README.md)
|
||||||
- [Nix Caches](nixos-configurations/lindberg-build/applications/README.md)
|
- [Nix Caches](nixos-configurations/lindberg-build/applications/README.md)
|
||||||
- [Static Pages](nixos-modules/qois/static-page/README.md)
|
- [Static Pages](nixos-modules/static-page/README.md)
|
||||||
- [VPN](defaults/vpn/README.md)
|
- [VPN](defaults/vpn/README.md)
|
||||||
- [Vaultwarden](nixos-modules/vault/README.md)
|
- [Vaultwarden](nixos-modules/vault/README.md)
|
||||||
|
|
||||||
|
@ -29,4 +29,3 @@
|
||||||
- [cyprianspitz](nixos-configurations/cyprianspitz/README.md)
|
- [cyprianspitz](nixos-configurations/cyprianspitz/README.md)
|
||||||
- [lindberg](nixos-configurations/lindberg/README.md)
|
- [lindberg](nixos-configurations/lindberg/README.md)
|
||||||
- [stompert](nixos-configurations/stompert/README.md)
|
- [stompert](nixos-configurations/stompert/README.md)
|
||||||
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
|
||||||
|
|
||||||
imports = inputs.self.lib.loadSubmodulesFrom ./.;
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue