fix: solis tries to install nonexistent module
This commit is contained in:
parent
836da5123e
commit
578f0866c0
1 changed files with 4 additions and 4 deletions
|
|
@ -23,12 +23,12 @@
|
|||
|
||||
apps = {
|
||||
terminal.enable = true;
|
||||
server.enable = true;
|
||||
};
|
||||
|
||||
terminal = {
|
||||
enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
server.enable = true;
|
||||
};
|
||||
|
||||
timers = {
|
||||
backup.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue