move radicle module
This commit is contained in:
parent
0096acaf81
commit
d92ea6d742
3 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./radicle.nix
|
||||
self.nixosModules.radicle
|
||||
self.nixosModules.nix-defaults
|
||||
../../modules/remote-builder.nix
|
||||
self.inputs.srvos.nixosModules.server
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
user-rpqt.imports = [ ./user-rpqt.nix ];
|
||||
hardened-ssh-server.imports = [ ./hardened-ssh-server.nix ];
|
||||
nextcloud.imports = [ ./nextcloud.nix ];
|
||||
radicle.imports = [ ./radicle.nix ];
|
||||
|
||||
server.imports = [
|
||||
./motd.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue