mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Major refactor
This commit is contained in:
7
modules/nix-config/services.nix
Normal file
7
modules/nix-config/services.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
pcscd.enable = true;
|
||||
nordvpn.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user