Some more sane defaults
This commit is contained in:
parent
02585b1f5e
commit
a4b29ec259
6 changed files with 22 additions and 22 deletions
|
|
@ -141,7 +141,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
services.fstrim.enable = true;
|
||||
}
|
||||
|
||||
# Home manager configuration
|
||||
|
|
@ -162,6 +161,14 @@
|
|||
}
|
||||
|
||||
./nixos_modules/bertof_user.nix
|
||||
|
||||
# Some defaults
|
||||
{
|
||||
services.fstrim.enable = true;
|
||||
services.fwupd.enable = true;
|
||||
services.smartd.enable = true;
|
||||
}
|
||||
./nixos_modules/btrfs_scrub.nix
|
||||
./nixos_modules/distributed.nix
|
||||
./nixos_modules/remote-deploy.nix
|
||||
./nixos_modules/extended_registry.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue