diff --git a/modules/common/common.nix b/modules/common/common.nix index 135b1a1..af65239 100644 --- a/modules/common/common.nix +++ b/modules/common/common.nix @@ -1,6 +1,5 @@ { security.rtkit.enable = true; nixpkgs.config.allowUnfree = true; - time.timeZone = "America/Toronto"; i18n.defaultLocale = "en_CA.UTF-8"; } diff --git a/modules/common-desktop/state-version.nix b/modules/common/state-version.nix similarity index 100% rename from modules/common-desktop/state-version.nix rename to modules/common/state-version.nix diff --git a/quadraticpc/configuration.nix b/quadraticpc/configuration.nix index b58fed4..2accfe6 100755 --- a/quadraticpc/configuration.nix +++ b/quadraticpc/configuration.nix @@ -1,3 +1,4 @@ { + imports = [./monitor.nix]; networking.hostName = "quadraticpc"; } diff --git a/modules/common-desktop/monitor.nix b/quadraticpc/monitor.nix similarity index 100% rename from modules/common-desktop/monitor.nix rename to quadraticpc/monitor.nix