remove impure reference to my system defaults :)

This commit is contained in:
Linus Heckemann 2021-02-05 00:33:48 +01:00
parent 6fe6f49707
commit 8939b52c7f

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
{
imports = [ ./helios64.nix /etc/nixos/defaults.nix ];
imports = [ ./helios64.nix ];
nixpkgs.system = "aarch64-linux";
networking = {
hostName = "bold";