diff options
author | s <lol> | 2025-02-21 17:10:50 +0700 |
---|---|---|
committer | s <lol> | 2025-02-21 17:10:50 +0700 |
commit | 7758e10d8fe1095ee77643f7248d94ed4235834b (patch) | |
tree | c51292fcae6238b6388d55f6e7a702305a0cfcf6 /hosts/mac/m1mba/configuration.nix | |
parent | c0be55eb72fdad38de6e1c72a52b1500216c3043 (diff) |
mac
Diffstat (limited to 'hosts/mac/m1mba/configuration.nix')
-rw-r--r-- | hosts/mac/m1mba/configuration.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/hosts/mac/m1mba/configuration.nix b/hosts/mac/m1mba/configuration.nix index 373f781..8809af7 100644 --- a/hosts/mac/m1mba/configuration.nix +++ b/hosts/mac/m1mba/configuration.nix @@ -1,18 +1,10 @@ {...}: { imports = [ ../../base.nix + ../../users.nix ../mac.nix - ./users.nix ./pkgs.nix + ]; - # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; - # nix.package = pkgs.nix; - # Used for backwards compatibility, please read the changelog before changing. - # $ darwin-rebuild changelog - system.stateVersion = 4; - - # The platform the configuration will be used on. - nixpkgs.hostPlatform = "aarch64-darwin"; } |