[NixOS] Move ssh functionality into its own file

This commit is contained in:
2023-08-02 17:54:14 +00:00
parent fd90a0f638
commit d2f86e197d
3 changed files with 26 additions and 23 deletions

View File

@@ -2,6 +2,7 @@
{
imports = [
inputs.nixos-wsl.nixosModules.wsl
./ssh.nix
./environment.nix
./essential.nix
./fonts.nix
@@ -22,8 +23,7 @@
startMenuLaunchers = true;
nativeSystemd = true;
# Enable native Docker support
# docker-native.enable = true;
docker-native.enable = true;
# Enable integration with Docker Desktop (needs to be installed)
# docker-desktop.enable = true;