diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/system/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/common/system/default.nix b/hosts/common/system/default.nix deleted file mode 100644 index a4ef6cd..0000000 --- a/hosts/common/system/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ pkgs, ... }: - -{ - imports = [ ./boot.nix ]; -} |