Move vm clanModules to lib

This commit is contained in:
Qubasa
2024-05-02 16:33:37 +02:00
parent 142a6036fb
commit 4baa36a40b
22 changed files with 25 additions and 20 deletions

View File

@@ -10,7 +10,6 @@
borgbackup = ./borgbackup;
ergochat = ./ergochat;
deltachat = ./deltachat;
graphical = ./graphical;
localbackup = ./localbackup;
localsend = ./localsend;
matrix-synapse = ./matrix-synapse;
@@ -20,15 +19,7 @@
syncthing = ./syncthing;
root-password = ./root-password;
thelounge = ./thelounge;
vm-user = ./vm-user;
xfce = ./xfce;
xfce-vm = {
imports = [
./vm-user
./graphical
./xfce-vm
];
};
zt-tcp-relay = ./zt-tcp-relay;
};
}