formatted jeeves-jr (#98)

This commit is contained in:
Richie Cahill 2024-02-15 17:09:03 -05:00 committed by GitHub
parent ac6f4cadd5
commit afa35e6c4a
3 changed files with 20 additions and 13 deletions

View File

@ -59,8 +59,11 @@
services = { services = {
nfs.server.enable = true; nfs.server.enable = true;
openssh.ports = [352]; openssh.ports = [352];
smartd.enable = true; smartd.enable = true;
sysstat.enable = true; sysstat.enable = true;
usbguard = { usbguard = {

View File

@ -1,5 +1,9 @@
{ config, lib, modulesPath, ... }:
{ {
config,
lib,
modulesPath,
...
}: {
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
]; ];