diff --git a/nixosConfigurations/proxy/main.nix b/nixosConfigurations/proxy/main.nix index b17dc0b..81c2110 100644 --- a/nixosConfigurations/proxy/main.nix +++ b/nixosConfigurations/proxy/main.nix @@ -17,8 +17,6 @@ "${modulesPath}/profiles/qemu-guest.nix" "${modulesPath}/profiles/minimal.nix" ]; - environment.noXlibs = false; - services.qemuGuest.enable = true; environment.systemPackages = [ diff --git a/nixosModules/misc.nix b/nixosModules/misc.nix index 1c50169..c12e7b6 100644 --- a/nixosModules/misc.nix +++ b/nixosModules/misc.nix @@ -14,6 +14,7 @@ nix-output-monitor # nom nom nom nom; nix-tree # view packages pciutils # lspci + nixos-rebuild-ng ; nix-janitor = pkgs.symlinkJoin { name = "nix-janitor"; @@ -31,6 +32,7 @@ # Mr sandro why services.libinput.enable = true; programs.nano.enable = false; + programs.less.enable = false; environment.defaultPackages = lib.mkForce [ ]; @@ -71,6 +73,8 @@ # Useless with flakes (without configuring) programs.command-not-found.enable = false; - system.rebuild.enableNg = true; + system.disableInstallerTools = true; services.userborn.enable = true; + boot.enableContainers = false; + }