Compare commits
2 commits
114abb1b76
...
4c797d2614
Author | SHA1 | Date | |
---|---|---|---|
4c797d2614 | |||
a09bb331d9 |
2 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
# still possible to use this option, but it's recommended to use it in conjunction
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
# networking.interfaces.br-3ac9b4dbe8bd.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.br-a1d891ddb0a1.useDHCP = lib.mkDefault true;
|
# networking.interfaces.br-a1d891ddb0a1.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.br-bc06691dbb57.useDHCP = lib.mkDefault true;
|
# networking.interfaces.br-bc06691dbb57.useDHCP = lib.mkDefault true;
|
||||||
# networking.interfaces.docker0.useDHCP = lib.mkDefault true;
|
# networking.interfaces.docker0.useDHCP = lib.mkDefault true;
|
||||||
|
|
|
@ -49,6 +49,7 @@ in
|
||||||
programs.xwayland.enable = true;
|
programs.xwayland.enable = true;
|
||||||
|
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultPackages = true;
|
enableDefaultPackages = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue