about summary refs log tree commit diff
path: root/nixosConfigurations/iso
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-01-05 04:22:04 +0300
committerAzat Bahawi <azat@bahawi.net>2023-01-05 04:22:04 +0300
commit5e81e4814d6da25ce8531baf0bc2d23da7fc26b3 (patch)
treecd887f80d9f98d42db556b4a42bcb8d5faa91c84 /nixosConfigurations/iso
parent2022-12-17 (diff)
2023-01-05
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/iso/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixosConfigurations/iso/default.nix b/nixosConfigurations/iso/default.nix
index e435d0b..914fea9 100644
--- a/nixosConfigurations/iso/default.nix
+++ b/nixosConfigurations/iso/default.nix
@@ -7,6 +7,7 @@ with lib; {
   secrets = mkForce {};
 
   nixfiles.modules = {
+    common.networking.onlyDefault = true;
     git.client.enable = true;
     openssh = {
       client.enable = true;
@@ -21,7 +22,5 @@ with lib; {
 
   services.getty.autologinUser = mkForce my.username;
 
-  environment.noXlibs = false;
-
   nixpkgs.config.allowBroken = true;
 }

Consider giving Nix/NixOS a try! <3