diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/configurations/binky.nix | 2 | ||||
| -rw-r--r-- | nixos/modules/develop.nix | 1 | ||||
| -rw-r--r-- | nixos/modules/generic.nix | 8 |
3 files changed, 2 insertions, 9 deletions
diff --git a/nixos/configurations/binky.nix b/nixos/configurations/binky.nix index 6111637..6d8e5c3 100644 --- a/nixos/configurations/binky.nix +++ b/nixos/configurations/binky.nix @@ -10,7 +10,7 @@ in { deploy = { enable = true; default = false; - ssh.host = "binky.spt"; + ssh.host = "binky"; }; cynerd = { diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index 14cf55f..bd84a87 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -65,6 +65,7 @@ in { # C clang-tools massif-visualizer + elf-size-analyze # Python (python3.withPackages (pypkgs: diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index c57cc19..3e8abaf 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -10,14 +10,6 @@ in { extraOptions = "experimental-features = nix-command flakes"; settings = { auto-optimise-store = true; - substituters = [ - "https://thefloweringash-armv7.cachix.org" - "https://arm.cachix.org" - ]; - trusted-public-keys = [ - "thefloweringash-armv7.cachix.org-1:v+5yzBD2odFKeXbmC+OPWVqx4WVoIVO6UXgnSAWFtso=" - "arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8=" - ]; trusted-users = ["@wheel"]; }; registry = { |
