diff options
Diffstat (limited to 'hosts/muhammed/configuration.nix')
-rw-r--r-- | hosts/muhammed/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/muhammed/configuration.nix b/hosts/muhammed/configuration.nix index 81ebca0..0943fef 100644 --- a/hosts/muhammed/configuration.nix +++ b/hosts/muhammed/configuration.nix @@ -1,6 +1,5 @@ # This file contains the configuration for my Macbook Pro. { - flakeInputs, pkgs, lib, ... @@ -13,9 +12,6 @@ ./remote-builders ]; - # Specify the location of this configuration file. Very meta. - environment.darwinConfig = flakeInputs.self + "/hosts/muhammed/configuration.nix"; - # Avoid downloading the nixpkgs tarball every hour. # See: https://cohost.org/fullmoon/post/1728807-nix-s-tarball-ttl-op nix.settings.tarball-ttl = 604800; |