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,13 +23,13 @@
|
||||||
|
|
||||||
apps = {
|
apps = {
|
||||||
terminal.enable = true;
|
terminal.enable = true;
|
||||||
|
terminal = {
|
||||||
|
enable = true;
|
||||||
|
zsh.enable = true;
|
||||||
|
};
|
||||||
server.enable = true;
|
server.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = {
|
|
||||||
zsh.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
timers = {
|
timers = {
|
||||||
backup.enable = true;
|
backup.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue