Remove unused files

This commit is contained in:
Erwin Boskma 2023-08-10 16:45:36 +02:00
parent b364f0fd35
commit 86456b6b41
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg
2 changed files with 0 additions and 12 deletions

View file

@ -1,7 +0,0 @@
{ modulesPath
, ...
}: {
imports = [
(modulesPath + "/virtualisation/lxc-container.nix")
];
}

View file

@ -1,5 +0,0 @@
{ modulesPath, ... }: {
imports = [
(modulesPath + "/virtualisation/lxc-container.nix")
];
}