diff --git a/configuration.nix b/configuration.nix index 9db378a..77a46d5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, ... }: { - imports = [ ./helios64.nix /etc/nixos/defaults.nix ]; + imports = [ ./helios64.nix ]; nixpkgs.system = "aarch64-linux"; networking = { hostName = "bold";