the configuration for all my nixos machines (hacky! bad! ugly!)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

removed non-working ssh substituter

+1 -1
+1 -1
modules/nixos/nix.nix
··· 26 26 settings = let 27 27 substituters = [ 28 28 "https://nix-community.cachix.org" 29 - ] ++ (if config.networking.hostName != "uruk" then [ "ssh://joshua@uruk" ] else [ ]); 29 + ]; 30 30 in { 31 31 experimental-features = ["nix-command" "flakes"]; 32 32 trusted-users = ["root" "joshua"];