Enable ssh

This commit is contained in:
jopejoe1 2023-02-24 12:35:58 +01:00
parent 4de8009349
commit 614e4d66ca
7 changed files with 33 additions and 4 deletions

View file

@ -12,6 +12,7 @@ with lib;
custom.system.fonts.enable = true;
custom.system.locale.enable = true;
custom.system.locale.layout = "us";
custom.system.ssh.enable = true;
custom.nix.enable = true;
custom.hardware.audio.enable = true;
custom.hardware.printing.enable = true;