diff --git a/systems/aurora.nix b/systems/aurora.nix index 1d92dd5..7a4d945 100644 --- a/systems/aurora.nix +++ b/systems/aurora.nix @@ -4,7 +4,5 @@ { imports = [ -# /etc/nixos/hardware-configuration.nix - ./user-jsutter.nix ]; } diff --git a/systems/common.nix b/systems/common.nix index 8495904..4f9f68f 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -2,12 +2,6 @@ { config, pkgs, ... }: { - imports = - [ -# /etc/nixos/hardware-configuration.nix -# /etc/nixos/user-jsutter.nix - ]; - users.users.jsutter = { isNormalUser = true; description = "Julian Sutter"; diff --git a/systems/framework.nix b/systems/framework.nix index 74883e6..16ce34e 100644 --- a/systems/framework.nix +++ b/systems/framework.nix @@ -2,13 +2,6 @@ { config, pkgs, ... }: { - imports = - [ -# /etc/nixos/hardware-configuration.nix - /etc/nixos/user-jsutter.nix - ]; - - # Power Stuff services.power-profiles-daemon.enable = false; services.tlp = { @@ -21,4 +14,4 @@ RUNTIME_PM_ON_BAT = "auto"; }; }; -} \ No newline at end of file +}