init
This commit is contained in:
25
extra-services.nix
Normal file
25
extra-services.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
##### sysstat #####
|
||||
|
||||
services.sysstat = {
|
||||
enable = true;
|
||||
collect-frequency = "*:*:00";
|
||||
};
|
||||
|
||||
|
||||
###### Virtualisation and Docker #######
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
###### Yubikey service #####
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
||||
###### NTFS (3G) support ######
|
||||
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
}
|
||||
Reference in New Issue
Block a user