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