diff options
| author | Grigory Shipunov | 2022-06-18 11:49:27 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 11:51:27 +0200 |
| commit | 121e2f5004e109c5fc9530d136aae497061b8ef7 (patch) | |
| tree | 6a7f9adba499e626431a402b8356a268b5d2c69b /hosts/cirrus/configuration.nix | |
| parent | 16da95bca0c6daecca412c7b883e4cf2aa6397ba (diff) | |
oxalab: init
Diffstat (limited to 'hosts/cirrus/configuration.nix')
| -rw-r--r-- | hosts/cirrus/configuration.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/cirrus/configuration.nix b/hosts/cirrus/configuration.nix index 0054a64..d26af82 100644 --- a/hosts/cirrus/configuration.nix +++ b/hosts/cirrus/configuration.nix @@ -5,11 +5,6 @@ { config, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; - # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2; @@ -27,7 +22,7 @@ networks."uplink" = { matchConfig = { Name = "enp1s0"; }; networkConfig = { - DHCP="yes"; + DHCP="yes"; # hetzner suggests this as default }; }; }; |
