diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix deleted file mode 100644 index 2708940..0000000 --- a/hosts/nixos/configuration.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ lib, ... }: -{ - imports = [ - ../../shared/base.nix - ../../shared/hardware/vm.nix - ]; - - #Prevent user from being locked out of the system before switching to proper config - users.mutableUsers = lib.mkForce true; -}