This commit is contained in:
gabriel-doriath-dohler 2022-08-14 22:27:15 +02:00
parent ac0b6ef15b
commit 5170bdff65
4 changed files with 8 additions and 74 deletions

View file

@ -1,13 +1,11 @@
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
./programs.nix
./system.nix
# TODO monitoring
];
imports = [
./hardware-configuration.nix
./system.nix
# TODO monitoring
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
@ -54,6 +52,8 @@
enableSSHSupport = true;
};
programs.mosh.enable = true;
# List services that you want to enable:
services.zfs.autoScrub.enable = true;