wip: dnsc-machine setup
This commit is contained in:
parent
7a2c65ba62
commit
93cedd20de
2 changed files with 438 additions and 3 deletions
|
|
@ -65,9 +65,13 @@
|
|||
};
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = lib.mkAfter (with pkgs; [
|
||||
zellij-switch
|
||||
]);
|
||||
environment.systemPackages = lib.mkAfter (
|
||||
with pkgs;
|
||||
[
|
||||
zellij
|
||||
zellij-switch
|
||||
]
|
||||
);
|
||||
|
||||
# Enable some services that do not need configuration
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue