Cleanups
This commit is contained in:
parent
ac0b6ef15b
commit
5170bdff65
4 changed files with 8 additions and 74 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue