fix(configuration): allow broken kerberos package
This commit is contained in:
parent
2660ebc7af
commit
c426807bce
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.0.2u" ];
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"openssl-1.0.2u"
|
||||||
|
"python3.10-kerberos-1.3.1"
|
||||||
|
];
|
||||||
|
|
||||||
# removed for mobile working
|
# removed for mobile working
|
||||||
# system.autoUpgrade.enable = true;
|
# system.autoUpgrade.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue