From 12d8470ef3cfabec74ca2c7ed0f1e89151396bab Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 22:03:13 -0400 Subject: [PATCH] refactor: remove localFlakeClone definitions, use default --- hosts/Infini-DESKTOP/default.nix | 2 -- hosts/Infini-SWIFT/default.nix | 2 -- 2 files changed, 4 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 77032f6..3598d33 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -13,8 +13,6 @@ system.stateVersion = "21.05"; - bud.localFlakeClone = "/etc/nixos"; - networking.interfaces = { eth0.useDHCP = true; wlp41s0.useDHCP = true; diff --git a/hosts/Infini-SWIFT/default.nix b/hosts/Infini-SWIFT/default.nix index e737f1b..8255ab6 100644 --- a/hosts/Infini-SWIFT/default.nix +++ b/hosts/Infini-SWIFT/default.nix @@ -19,8 +19,6 @@ system.stateVersion = "21.11"; - bud.localFlakeClone = "/etc/nixos"; - networking.interfaces.wlan0.useDHCP = true; }