wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-12-11 20:05:37 +01:00
parent 7a2c65ba62
commit 93cedd20de
2 changed files with 438 additions and 3 deletions

View file

@ -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;