summaryrefslogtreecommitdiff
path: root/hosts/muhammed
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-12-21 16:05:04 +0100
committerLinnnus <[email protected]>2024-12-21 16:19:09 +0100
commitdd4f71fc1a5c2927e12ed899e41c44dcfe1192e8 (patch)
tree6cb0c891e0631e328a7aaa5e83e9e0bc6a132e11 /hosts/muhammed
parent334250012b41c3fd2b2dc177b0a14bd23e13d672 (diff)
hosts/muhammed: Remove weird use of environment.darwinConfig
The current setting (i.e. pointing into /nix/store) gives weird behavior with `darwin-rebuild edit` since one cannot edit the readonly store.
Diffstat (limited to 'hosts/muhammed')
-rw-r--r--hosts/muhammed/configuration.nix4
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;