mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
tree-wide: disable secure_dns
I'm not sure if this is going to bother me if I had to reinstall. Reproducibility first.
This commit is contained in:
parent
06426aa62d
commit
cb1310015e
2 changed files with 5 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ in
|
||||||
# QUIRK:
|
# QUIRK:
|
||||||
# Had issue when building the installer as it fails to bootstrap itself
|
# Had issue when building the installer as it fails to bootstrap itself
|
||||||
# Might be useful to disable for the first build.
|
# Might be useful to disable for the first build.
|
||||||
../nixosModules/extra/secure_dns.nix
|
# ../nixosModules/extra/secure_dns.nix
|
||||||
../nixosModules/extra/leana.nix
|
../nixosModules/extra/leana.nix
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,10 @@ in
|
||||||
../nixosModules/common/system-nixconf.nix
|
../nixosModules/common/system-nixconf.nix
|
||||||
../nixosModules/common/xscreensaver.nix
|
../nixosModules/common/xscreensaver.nix
|
||||||
|
|
||||||
../nixosModules/extra/secure_dns.nix
|
# QUIRK:
|
||||||
|
# Had issue when building the installer as it fails to bootstrap itself
|
||||||
|
# Might be useful to disable for the first build.
|
||||||
|
# ../nixosModules/extra/secure_dns.nix
|
||||||
../nixosModules/extra/zram.nix
|
../nixosModules/extra/zram.nix
|
||||||
../nixosModules/extra/leana.nix
|
../nixosModules/extra/leana.nix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue