aboutsummaryrefslogtreecommitdiff
path: root/modules/services/default.nix
blob: 2011a736764446908eafc99b25cbc9736b5edb93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
	imports = [
		./printer.nix
		./polkit.nix
		./pipewire.nix
		./mullvad.nix
	];

	config = {
		# Default services confguration, things that dont need their own module.
		services.openssh.enable = true;
	};
}