stupid qt5 web sit
This commit is contained in:
@@ -40,6 +40,7 @@ in
|
||||
build-dir = "/var/tmp";
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
@@ -171,7 +172,13 @@ in
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
];
|
||||
};
|
||||
};
|
||||
security.pam.services.swaylock = { };
|
||||
|
||||
security.pam.services.greetd.enableGnomeKeyring = true;
|
||||
|
||||
Reference in New Issue
Block a user