Adding packages & disabling resolved
This commit is contained in:
parent
86df62b1a2
commit
3816dd35cd
3 changed files with 11 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
|||
];
|
||||
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
dnssec = "true";
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ in {
|
|||
protege # LogIA Course
|
||||
haskellPackages.Agda
|
||||
agdaPackages.standard-library
|
||||
devtoolbox
|
||||
|
||||
# Containers & VMs
|
||||
toolbox
|
||||
|
|
@ -173,6 +174,9 @@ in {
|
|||
}];
|
||||
|
||||
packages = [
|
||||
# Image
|
||||
"page.kramo.Sly"
|
||||
|
||||
# Video
|
||||
"org.nickvision.tubeconverter"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue