This commit is contained in:
Joseph Hanson 2024-07-07 09:19:37 -05:00
parent a466adce75
commit b17f6cc92a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 8 additions and 0 deletions

View file

@ -54,4 +54,8 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
system.stateVersion = "24.05";
services.openssh = {
enable = true;
};
}

View file

@ -48,4 +48,8 @@
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
system.stateVersion = "24.05";
services.openssh = {
enable = true;
};
}