diff options
| author | Mike Vink <mike@pionative.com> | 2024-02-11 15:53:44 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2024-02-11 15:53:44 +0100 |
| commit | 3cc299a59572c8c9c09b67fc26cfc699355447fd (patch) | |
| tree | 7ca17359497f4b439c3a3c7ddd9e7da629a0e1c4 /profiles/core/configuration.nix | |
| parent | 2524a1b80a983d0e4ef4796477bd2a8c812acb69 (diff) | |
setup syncthing on lemptop and pump
Diffstat (limited to 'profiles/core/configuration.nix')
| -rw-r--r-- | profiles/core/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix index 36dc255..d8ad29f 100644 --- a/profiles/core/configuration.nix +++ b/profiles/core/configuration.nix @@ -66,7 +66,7 @@ file pstree bc - ] ++ optionals (!machine.isDarwin) [ + ] ++ (optionals (!machine.isDarwin) [ pkgsi686Linux.glibc gdb pciutils @@ -74,7 +74,7 @@ iputils inetutils usbutils - ]; + ]); nix.package = pkgs.nixUnstable; nix.extraOptions = '' |
