zfs hdds are BACK
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
./services/minecraft.nix
|
||||
|
||||
./services/wg.nix
|
||||
# ./services/qbittorrent.nix
|
||||
./services/qbittorrent.nix
|
||||
./services/bitmagnet.nix
|
||||
|
||||
# ./services/matrix.nix
|
||||
@@ -40,13 +40,12 @@
|
||||
};
|
||||
|
||||
# srvos enables vim, i don't want to use vim, disable it here:
|
||||
programs.vim =
|
||||
{
|
||||
defaultEditor = false;
|
||||
}
|
||||
// lib.optionalAttrs (options.programs.vim ? enable) {
|
||||
enable = false;
|
||||
};
|
||||
programs.vim = {
|
||||
defaultEditor = false;
|
||||
}
|
||||
// lib.optionalAttrs (options.programs.vim ? enable) {
|
||||
enable = false;
|
||||
};
|
||||
|
||||
powerManagement = {
|
||||
powertop.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user