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;

View file

@ -12,6 +12,7 @@ with lib;
custom.system.fonts.enable = true;
custom.system.locale.enable = true;
custom.system.locale.layout = "de";
custom.system.ssh.enable = true;
custom.nix.enable = true;
custom.hardware.audio.enable = true;
custom.hardware.printing.enable = true;
@ -26,7 +27,7 @@ with lib;
hardware.opengl.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.beta;
boot.kernelParams = [ "module_blacklist=i915" ];
#boot.kernelParams = [ "module_blacklist=i915" ];
programs = {
dconf.enable = true;

View file

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