diff options
Diffstat (limited to 'machines/generic-container.nix')
-rw-r--r-- | machines/generic-container.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/machines/generic-container.nix b/machines/generic-container.nix deleted file mode 100644 index 6c6c332..0000000 --- a/machines/generic-container.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - imports = [ - ../config/container.nix - ../config/users.nix - ]; - - networking = { - hostName = lib.mkForce "new-container"; - }; -} |