From beb9e15884a1d3eb519edbe92770460d4141625d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 26 Oct 2024 11:03:52 -0700 Subject: centralize more configurations related to darwin --- nix/hosts/mba/default.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'nix/hosts/mba/default.nix') diff --git a/nix/hosts/mba/default.nix b/nix/hosts/mba/default.nix index 8beef56..0a5caac 100644 --- a/nix/hosts/mba/default.nix +++ b/nix/hosts/mba/default.nix @@ -1,20 +1,13 @@ { pkgs, self, ... }: { - services.nix-daemon.enable = true; - - programs.fish.enable = true; - - environment.shells = [ pkgs.fish ]; + networking.hostName = "mba-fcuny"; users.users.fcuny.home = "/Users/fcuny"; users.users.fcuny.shell = pkgs.fish; - - # Touch ID for sudo auth - security.pam.enableSudoTouchIdAuth = true; + programs.fish.enable = true; + environment.shells = [ pkgs.fish ]; system.stateVersion = 5; - networking.hostName = "mba-fcuny"; - home-manager.users.fcuny = import "${self}/nix/profiles/home-manager/personal.nix"; } -- cgit 1.4.1