Remove unused generic conf

This commit is contained in:
Vili Sinervä 2025-06-09 00:38:28 +03:00
parent 758a70e27b
commit 7c0c87f4de
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -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;
}