module: make services/proxy a profile

This commit is contained in:
Infinidoge 2022-04-20 09:05:13 -04:00
parent 9cb9e702aa
commit 3b54e3ba95
3 changed files with 28 additions and 44 deletions

View file

@ -4,6 +4,7 @@
(with profiles; [
networking.wireless
services.proxy
])
./hardware-configuration.nix
@ -45,9 +46,6 @@
fprint-sensor.enable = true;
};
};
services = {
proxy.enable = true;
};
filesystems = {
enable = true;
btrfs.enable = true;