aboutsummaryrefslogtreecommitdiff
path: root/hosts/mba
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mba')
-rw-r--r--hosts/mba/default.nix21
1 files changed, 1 insertions, 20 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix
index 6e59f7b..5908a53 100644
--- a/hosts/mba/default.nix
+++ b/hosts/mba/default.nix
@@ -1,26 +1,7 @@
-{ pkgs, ... }:
+{ ... }:
{
services.nix-daemon.enable = true;
- nix = {
- package = pkgs.nixFlakes;
-
- gc = {
- user = "root";
- automatic = true;
- interval = { Weekday = 0; Hour = 2; Minute = 0; };
- options = "--delete-older-than 30d";
- };
-
- settings = {
- trusted-users = [ "@admin" "fcuny" ];
- experimental-features = [ "nix-command" "flakes" ];
- };
- };
-
- # in order to install things like 1password's extensions
- nixpkgs.config.allowUnfree = true;
-
programs.zsh.enable = true;
users.users.fcuny.home = "/Users/fcuny";