diff options
Diffstat (limited to 'node/cariacou.nix')
-rw-r--r-- | node/cariacou.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/node/cariacou.nix b/node/cariacou.nix index 5ed6154..c94d2b8 100644 --- a/node/cariacou.nix +++ b/node/cariacou.nix @@ -3,7 +3,7 @@ { config, pkgs, ... }: { - networking.hostName = "cariacou"; # Define your hostname. + networking.hostName = "cariacou"; networking.interfaces.eno1.useDHCP = false; networking.interfaces.eno1.ipv4.addresses = [ @@ -12,13 +12,4 @@ prefixLength = 24; } ]; - - nix = { - binaryCaches = [ - "http://binarycache.home.adnab.me" - ]; - binaryCachePublicKeys = [ - "binarycache.home.adnab.me:ErR6pMnewf9oVyZJd5uC2nI4EZF49c7Mh86eDZWYZaw=" - ]; - }; } |