Compare commits
No commits in common. "ffedb0821bbd0238e6c9df634ac7f841a8893044" and "162da63f3850e18af3c5582c40f604d068724098" have entirely different histories.
ffedb0821b
...
162da63f38
|
@ -15,7 +15,7 @@ in
|
|||
|
||||
flatpak.enable = true;
|
||||
|
||||
pcscd.enable = false;
|
||||
#pcscd.enable = false;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
printing.enable = true;
|
||||
|
@ -95,7 +95,7 @@ in
|
|||
nixpkgs-fmt
|
||||
opensc
|
||||
pasystray
|
||||
#pcsctools
|
||||
pcsctools
|
||||
pinentry-gnome
|
||||
pkg-config
|
||||
ripgrep
|
||||
|
|
|
@ -15,7 +15,7 @@ in
|
|||
enable = true;
|
||||
|
||||
# Create a `docker` alias for podman, to use it as a drop-in replacement
|
||||
dockerCompat = lib.mkDefault true;
|
||||
dockerCompat = true;
|
||||
|
||||
# For Nixos version > 22.11
|
||||
defaultNetwork.settings = { dns_enabled = true; };
|
||||
|
|
|
@ -19,9 +19,6 @@ with lib.plusultra;
|
|||
user.extraGroups = [ "docker" "sgx" ];
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman.dockerCompat = false;
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
operation = "boot";
|
||||
|
@ -33,7 +30,7 @@ with lib.plusultra;
|
|||
|
||||
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# services.aesmd.enable = true;
|
||||
services.aesmd.enable = true;
|
||||
|
||||
powerManagement.cpuFreqGovernor = "ondemand";
|
||||
|
||||
|
|
Loading…
Reference in a new issue