refactor: separated rustypaste client and server modules and moved client to home-manager
This commit is contained in:
parent
83e97c1c8d
commit
11a8a5514f
7 changed files with 47 additions and 35 deletions
|
|
@ -30,10 +30,6 @@ in {
|
|||
};
|
||||
|
||||
services = {
|
||||
apps = {
|
||||
rustypaste.client = enabled;
|
||||
};
|
||||
|
||||
ci = {
|
||||
gitea-runner = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -30,10 +30,6 @@ in {
|
|||
};
|
||||
|
||||
services = {
|
||||
apps = {
|
||||
rustypaste.client = enabled;
|
||||
};
|
||||
|
||||
storage = {
|
||||
samba.mounts = {
|
||||
shared = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue