formatted jeeves-jr (#98)
This commit is contained in:
parent
ac6f4cadd5
commit
afa35e6c4a
@ -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 = {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
{ config, lib, modulesPath, ... }:
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
modulesPath,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user