diff options
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 8e10af9..387c51a 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -5,10 +5,6 @@ ... }: with lib; { - imports = [ - ./hidden.nix - ]; - nixfiles.modules = { ark.enable = true; |