Refactor services
This commit is contained in:
parent
ed06f7e925
commit
3de981c7dd
|
@ -57,11 +57,6 @@
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
|
||||||
# Enable a few other services.
|
|
||||||
pcscd.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Use docker instead of podman for our containers.
|
# Use docker instead of podman for our containers.
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -9,4 +9,9 @@
|
||||||
./udev.nix
|
./udev.nix
|
||||||
./xserver.nix
|
./xserver.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Enable a few extra services.
|
||||||
|
services = {
|
||||||
|
pcscd.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue