diff --git a/flake.nix b/flake.nix index 2ec50ec..a9fb199 100644 --- a/flake.nix +++ b/flake.nix @@ -115,6 +115,8 @@ ]; networking.hostName = hostname; + # Query with: nixos-version --configuration-revision + system.configurationRevision = self.rev or self.dirtyRev or "unknown"; home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true;