mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
levi: remove duplicate ssh setting
This commit is contained in:
parent
f25b5e4312
commit
6a75a9b2be
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ in
|
|||
users.users.sean.passwordFile = "${persist}/shadow_sean";
|
||||
users.users.root.passwordFile = "${persist}/shadow_sean";
|
||||
|
||||
services.openssh.enable = true;
|
||||
hardware.video.hidpi.enable = true;
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
|
Loading…
Reference in a new issue