summaryrefslogtreecommitdiff
path: root/hosts/cirrus/configuration.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 11:49:27 +0200
committerGrigory Shipunov2022-06-18 11:51:27 +0200
commit121e2f5004e109c5fc9530d136aae497061b8ef7 (patch)
tree6a7f9adba499e626431a402b8356a268b5d2c69b /hosts/cirrus/configuration.nix
parent16da95bca0c6daecca412c7b883e4cf2aa6397ba (diff)
oxalab: init
Diffstat (limited to 'hosts/cirrus/configuration.nix')
-rw-r--r--hosts/cirrus/configuration.nix7
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
};
};
};