From e64f7a78e01e5fa661471cb518cc71fc33223b5a Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 21 Jul 2024 01:49:04 +0700 Subject: m --- hosts/mac/m1mba/configuration.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hosts/mac/m1mba/configuration.nix (limited to 'hosts/mac/m1mba/configuration.nix') diff --git a/hosts/mac/m1mba/configuration.nix b/hosts/mac/m1mba/configuration.nix new file mode 100644 index 0000000..373f781 --- /dev/null +++ b/hosts/mac/m1mba/configuration.nix @@ -0,0 +1,18 @@ +{...}: { + imports = [ + ../../base.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"; +} -- cgit v1.2.3