diff --git a/flake.nix b/flake.nix index b663ad5..ca76888 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ ./modules/darwin/nix.nix ./hosts/faye/conf.nix + ./hosts/darwin-common.nix ]; }; }; diff --git a/hosts/darwin-common.nix b/hosts/darwin-common.nix new file mode 100644 index 0000000..a8fd76b --- /dev/null +++ b/hosts/darwin-common.nix @@ -0,0 +1,5 @@ +{ config, lib, pkgs, ... }: + +{ + system.stateVersion = 5; +}