mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Enable ssh
This commit is contained in:
parent
4de8009349
commit
614e4d66ca
7 changed files with 33 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue