summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-26 13:02:17 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-26 13:02:17 -0400
commit061614bcc3369b1e6fa3a07246348fdb6786c37f (patch)
tree104507984b18c7e076098fb7794f6abd65a6e9af
parentrefactor sops/vpn into modules (diff)
downloaddotfiles-nix-061614bcc3369b1e6fa3a07246348fdb6786c37f.tar.gz
dotfiles-nix-061614bcc3369b1e6fa3a07246348fdb6786c37f.tar.bz2
dotfiles-nix-061614bcc3369b1e6fa3a07246348fdb6786c37f.zip
'cores' option is defunct
-rw-r--r--hosts/shinji/default.nix1
-rw-r--r--options.nix5
2 files changed, 0 insertions, 6 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 405e0c9..6c1ff38 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -7,7 +7,6 @@
# options
hostName = "shinji";
- cores = 16;
monitors = [
{
port = "eDP-1";
diff --git a/options.nix b/options.nix
index 9acd7e2..6e146e7 100644
--- a/options.nix
+++ b/options.nix
@@ -252,11 +252,6 @@ in {
description = "NixOS State Version";
default = "26.05";
};
- cores = mkOption {
- type = types.int;
- description = "Number of logical cores on the system";
- default = 8;
- };
#
# Packages